Viewing 2 posts - 1 through 2 (of 2 total)
I think doing a stored procedure is the best idea because it's compiled code that lives on the server itself. It should increase the performance. Dynamic SQL takes longer simply...
August 10, 2004 at 11:55 am
#518360
1. Did you consider using a bulk copy to insert the information?
2. Did you do anything different between the two (local and network?)?
3. Are you working with the data as...
August 9, 2004 at 5:06 pm
#518267