Viewing 4 posts - 1 through 4 (of 4 total)
The issue I was having was related to this piece:
BULK
INSERT [Table_Name]
FROM '\\server\share\folder\filename.txt'
WITH
(
FIELDTERMINATOR = '\t',
ROWTERMINATOR = ''
)
This was not part of a package. ...
March 31, 2009 at 10:36 am
Actually, it did have bulkadmin rights checked. From what I've read online, BULK INSERT for remote files just doesn't work with SQL jobs, b/c although it makes hidden calls...
March 18, 2009 at 4:08 pm
Yeah, it wasn't actually the bulk copy command that I was running at the time, it was a BULK INSERT sql command (I edited my post late). When I...
March 18, 2009 at 3:46 pm
Viewing 4 posts - 1 through 4 (of 4 total)