Quantcast
Channel: Questions in topic: "bulk-insert"
Viewing all articles
Browse latest Browse all 47

I am Having problems with Bulk Insert.

$
0
0
You do not have permission to use the bulk load statement. [SQLSTATE 42000] (Error 4834). The step failed. This is my syntax: bulk insert Prepaids.dbo.StdPPDGL_Import FROM '\\Main01\Filetransfers\Accounting\glosppd.txt' WITH ( DATAFILETYPE='char', FIELDTERMINATOR='|' ); GO This works just fine as a query but will not run as a Job. I am running as a domain account that has permissions assigned to folder. I have added the Grant Insert Permission, I have tried changing to the openrowset syntax with no avail. Thanks for any suggestions. Any suggestions?,

Viewing all articles
Browse latest Browse all 47

Trending Articles