Skip to content

Update LoadFromAzureBlobStorage.sql #234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 21, 2017

Conversation

davidbaxterbrowne
Copy link
Contributor

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.

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.
@jovanpop-msft jovanpop-msft merged commit d8c73cf into microsoft:master Sep 21, 2017
@davidbaxterbrowne davidbaxterbrowne deleted the patch-1 branch September 21, 2017 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants