Viewing 5 posts - 1 through 5 (of 5 total)
The SQL Server service account was not granted read permission to the folder. When we granted it read permission to the folder, the bulk insert ran successfully.
Thanks!
March 16, 2006 at 3:59 am
Thanks. We've discovered that the table we are updating has update trigger. When we disabled the trigger the UPDATE statement ran faster.
February 8, 2006 at 5:51 pm
Hi, I think the solution to this requires more than just 1 step or query. I had a bit similar requirement before that also gave me a hard time. But your...
September 29, 2005 at 12:55 am
I think there is no direct command in SQL that will do what you require. I think you will have to create a new table and insert the result of your query. That...
September 28, 2005 at 1:03 am
Viewing 5 posts - 1 through 5 (of 5 total)