Azure SQL Database – How to Import CSVs and Set Up Push Notifications

azure-sql-databasesql serversql server 2014

Recently had a client who needed me to connect his online store databases to a POS system using MS Sql Azure 2014.

However, the normal methods using BULK insert nor SQl Service broker do not work. I usually receive errors like "Not available in this version of SQL server.

I tried the online azure website but I'm on windows 10 which does not seem to work well with silverlight….and using visual studio to access the database, does not accept bulk insert commands either….

Any guides on how to use to utilize these… wityh azure…normal SQL server 2014 ways do not work.

Best Answer

Use the BCP utility to import and Export. as the following states, Azure doesn't seem to support the Bulk insert... see here