Viewing 7 posts - 16 through 22 (of 22 total)
I strongly favour the loopbased solution for this limited task. It is concise, readable without any comments and done quickly.
It performs well enough.
DECLARE @i INT
SET @i = 1
WHILE (@i...
February 22, 2010 at 7:55 am
My manager once explained to me that for most people, a database is just an imaginary magic big black box. A chunky piece of expensive hardware that they expect to...
December 18, 2009 at 8:12 am
This year I had to rewrite some SQL consisting of >7000 lines of code embeded in a DTS package, producing a huge table (> 160 cols, 1,7 million rows). The...
December 12, 2008 at 8:16 am
Press F1 and search Books Online for "log shipping" - for just getting the fresh data at some interval, a scheduled job with a SSIS package doing the transfer should...
October 27, 2008 at 7:11 am
Often when I find myself struggling with inconsistent data, the best solution is reducing granularity until the inconsistencies drop under the threshold. So less data can be more if chosen...
October 14, 2008 at 3:06 am
Talking mostly german at work, I am used to say think and write S-Q-L.
SEQUEL sounds too funny and they might think its a word I made up unless I pronounce...
August 7, 2008 at 9:01 am
Hi - that depends on the size of the indexes that need to be recreated, also filesystem fragmentation can play a role (a defragged filesystem speeds that up a bit)....
October 18, 2007 at 8:38 am
Viewing 7 posts - 16 through 22 (of 22 total)