Excel data load into Azure SQL using SQL query -


wants load excel data azure sql using sql query. openrowset not allowed in azure, please me write query insert excel data azure db.

quick steps:

  1. import excel or csv local sql server using import task

  2. using import table, create sql script insert data statement.

  3. run script on azure database

the queries given in ms site: https://docs.microsoft.com/en-us/sql/relational-databases/import-export/import-data-from-excel-to-sql

i recommend refer topics in these links:

https://azure.microsoft.com/en-us/documentation/articles/sql-data-warehouse-load-with-bcp/

https://docs.microsoft.com/en-us/azure/sql-database/sql-database-connect-excel


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -