Viewing 15 posts - 5,491 through 5,505 (of 5,590 total)
Bob Hovious (2/22/2009)
February 23, 2009 at 8:26 am
I also fell into the typo trap. So I post to get my point anyway...
February 23, 2009 at 6:43 am
noeld (2/3/2009)
Why are you using CTE at all ?
I had mentioned:
The @tmpTbl variable has data that I'm using to get the results. In the proc, it's actually a select statement...
February 3, 2009 at 5:39 pm
Aaron N. Cutshall (1/9/2009)
In short, there is no correct answer other than "it depends."
How often do we hear that in our profession?
January 9, 2009 at 7:18 am
PaulB (1/2/2009)
WayneS (1/1/2009)The differential backups are taking about 1-2 seconds, even at the end of the day. This way, I would only need to restore, at most, from 2 backup...
January 2, 2009 at 3:34 pm
Michael Valentine Jones (1/1/2009)
A better backup strategy would be to eliminate the differential backups and run transaction log backups every 15 minutes 24x7.
My thought process is that if I did...
January 1, 2009 at 10:35 am
MANU (1/1/2009)
Are you sure there is nothing else happening in database over that time? Run profiler for tht time and track what's causing the growth.MJ
The office was closed over the...
January 1, 2009 at 7:36 am
Thanks. I had tried this, and it didn't work. But it's working now for me.
December 19, 2008 at 7:35 am
DiverKas (12/9/2008)
December 9, 2008 at 8:14 am
sammesel (12/8/2008)
December 8, 2008 at 10:58 am
sammesel (12/8/2008)
December 8, 2008 at 9:18 am
Jeff Moden (12/6/2008)
December 7, 2008 at 6:38 am
The third block of code has a typo:
change the last word to OUTPUT (not OUTUT)
December 5, 2008 at 11:55 am
Hey all, don't forget to check out the references in the article. I included a sql script that makes a bunch of stored procedures for handling different aspects of Excel...
December 5, 2008 at 8:00 am
Ed (12/5/2008)
With MS Excel, I think if you...
December 5, 2008 at 7:53 am
Viewing 15 posts - 5,491 through 5,505 (of 5,590 total)