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?,
↧