Viewing 10 posts - 1 through 10 (of 10 total)
I understand set based is always faster than a row by row operation. That was the reason for my initial post....I wanted to run dyn sql in a set...
February 17, 2011 at 6:41 am
Correct, it's a row by row problem.
I ended up writing a while loop (instead of the dreaded CURSOR) to go through the tblGroup rows.
There is a UI that builds the...
February 17, 2011 at 6:29 am
Thanks for letting me know it's not possible, I had a feeling that wasn't the case. In the end I just went ahead with a while loop solution.
February 12, 2011 at 10:08 pm
Leo.Miller (12/22/2010)
marc 96091 (12/22/2010)
GilaMonster (12/22/2010)
Please post table definitions, index definitions for the contacts table as per http://www.sqlservercentral.com/articles/SQLServerCentral/66909/Sorry, I went back and added the attachments
I can't see much besides the insert...
December 24, 2010 at 1:04 pm
Leo.Miller (12/22/2010)
marc 96091 (12/22/2010)
GilaMonster (12/22/2010)
Please post table definitions, index definitions for the contacts table as per http://www.sqlservercentral.com/articles/SQLServerCentral/66909/Sorry, I went back and added the attachments
I can't see much besides the insert...
December 22, 2010 at 2:16 pm
Grant Fritchey (12/22/2010)
December 22, 2010 at 2:02 pm
GilaMonster (12/22/2010)
Please post table definitions, index definitions for the contacts table as per http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Sorry, I went back and added the attachments
December 22, 2010 at 1:40 pm
Thanks Ken, this helps a lot. Actually thank all of you!
So Ken, I can append these Tlog backups to the Full backup...does that just create one file?
Also, is there...
October 6, 2010 at 12:08 pm
Thanks for the replies Gents!
So I'll switch to Full recovery and just do nightly Full backups.
Then I'll do T Log backups every 15 mins....why not do Diff backups every 15...
October 4, 2010 at 12:03 pm
Nope, it's set to Simple Recovery mode.
I realize I should probably switch to Full Recovery and do Diffs, T Log backups with Nightly full for the best/most complete recovery model.
Just...
October 4, 2010 at 10:29 am
Viewing 10 posts - 1 through 10 (of 10 total)