Bhupinder K. Modi

  • Total activity 13
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4

Posts

Recent activity by Bhupinder K. Modi Recent activity Votes
  • Exporting to Sql server

    The column names in the table in Sql server contain spaces. I cannot seem to export the worksheet Does the column names in the workbook should be exactly the same as the sqlserver...meaning case se...

  • Need to export null values to date column in SQL server

    When I am exporting null values from Datameer to Sql server I am getting 1900-01-01 . How can I change then to display NULL values in Sql server

  • Inserting data in workbook

    I need to insert rows in worksheet with a specific format to be loaded to sql server. This is code in Sql server that needs to be  DECLARE @LoopCounter INT = 1 WHILE ( @LoopCounter <= 17) BEGIN ...

  • Inserting data in workbook

    I need to insert rows in worksheet with a specific format to be loaded to sql server. This is code in Sql server that needs to be  DECLARE @LoopCounter INT = 1 WHILE ( @LoopCounter <= 17) BEGIN ...