Commit Graph
7 Commits
Author SHA1 Message Date
davidbaxterbrowne 6487355865 Update LoadFromAzureBlobStorage.sql
Just ran through this and got the error

    Cannot obtain the required interface ("IID_IColumnsInfo") from OLE DB provider "BULK" for linked server "(null)"

on the BULK INSERT.  Had to add 

ROWTERMINATOR = '0x0a',

Also make the CCI optional, as it requires premium, and a sample should not do that.

Also BULK INSERT to a temp table fails with:

Msg 12703, Level 16, State 1, Line 55
Referenced external data source "MyAzureBlobStorage" not found.

So added a note to the CREATE TABLE.
2017-05-08 17:05:27 -05:00
Jovan Popovic 323c42bfd8 Updated Azure Function examples 2017-04-21 16:41:55 +02:00
Jovan Popovic b67a2e1ffb Multiple changes due to SqlClient update 2017-03-20 21:49:19 +01:00
Umachandar Jayachandran 1aa3791123 Moved data files, backups to BLOB store wth pointers. 2017-03-15 13:55:19 -07:00
Jovan Popovic 2c4eb51d43 Fixes in Azure Blob Storage load
Corrected cheka of the target table, skipped first row in CSV examplem
and added BULK INSERT from bcp file.
2017-02-23 11:45:17 +01:00
Jovan Popovic aeca8bde3e Import from Azure Blob + several minor changes
1. Added two additional scripts in Belgrade Product catalog demo
2. Added Channel9 JSON demo script.
3. Added BULK IMPORT from Blob Storage sample
2017-01-08 01:43:15 +01:00
TwoUnder 9cb2922dbb Moving to Features and readding the Readme.md 2016-07-25 16:00:37 -07:00