Viewing 2 posts - 1 through 3 (of 3 total)
If you want to eliminate locks for a select statment have a look at NOLOCK.
I also think making a query ReadOnly will prevent locking of the base table.
Make sure you are...
March 28, 2006 at 6:47 pm
#629333
You might want to considder using BCP to grab each line of the file into a single column.
if you do thst you can parse the CSV first to sort out...
March 28, 2006 at 6:39 pm
#629330