Viewing 2 posts - 1 through 2 (of 2 total)
battelofhalfwits (1/1/2009)
Two things
1) Never use Cursors! Looping through a temp table takes less overhead than a Cursor; especially when you are working on a 24/7/365 server where you really...
May 27, 2011 at 9:37 am
#1331080
Just a couple of words of advice:
- You can probably get away with only using SQL 2005 for the database servers. It may be the case that...
April 25, 2008 at 10:03 am
#807285