Viewing 15 posts - 16 through 30 (of 278 total)
Ninja's_RGR'us (5/16/2011)
mazzz (5/16/2011)
May 16, 2011 at 10:24 am
I'd set a separate job to run every Tuesday, use T-SQL to figure out if this Tuesday fulfills the criterion, and then execute the other job or not, accordingly.
May 16, 2011 at 10:17 am
I describe my job as being for databases a bit like what a mechanic is for a car. You check the oils and the air in the tires every so...
May 7, 2011 at 6:07 am
A belated congrats from me for your MVP status, Paul - very well deserved!
I read half your article a few weeks ago, and very much enjoyed what I read so...
April 8, 2011 at 10:14 am
NB I am no expert, but I will try to respond to a small subset of your questions (I have changed the order in which they appeared)
For example, when she...
March 16, 2011 at 6:08 am
I believe (I'm sure someone will correct me if I'm wrong) that version store info is separate to internal objects info (which are more to do with large hash joins...
March 16, 2011 at 4:47 am
you could use the sqlcmd command line utility from within a .BAT file, presuming the user has permissions to do whatever DML you want the script to do.
http://msdn.microsoft.com/en-us/library/ms180944%28v=SQL.90%29.aspx
March 15, 2011 at 4:39 am
OCTom (3/10/2011)
March 10, 2011 at 12:07 pm
There's a slideshow about the MySpace set-up here (from 2009, but still):
http://www.slideshare.net/markginnebaugh/myspace-data-architecture-june-2009
March 10, 2011 at 9:01 am
I was in awe when I found out, on New Year's day, that 2011 is the sum of 11 consecutive primes: 2011 = 157 + 163 + 167 + 173...
March 10, 2011 at 8:47 am
Jeff Moden (3/9/2011)
Heh... it must have been really bad code... normally such a problem with eat the face off of TempDB in just a couple of hours instead of 15....
March 9, 2011 at 6:50 am
I had a similar issue a while back.
You could set up monitoring like in this blog post here
You could maybe somehow set it up to alert when the difference...
March 9, 2011 at 6:49 am
David Benoit (3/3/2011)
Jpotucek (3/3/2011)
We lost Honey during the whelping...
March 3, 2011 at 9:10 am
I think I've found a future avatar for Lowell
March 3, 2011 at 9:09 am
As far as I am aware you can't clear a single wait counter. i.e, you can either clear them all (via that dbcc statement) or not clear them at all.
March 3, 2011 at 5:02 am
Viewing 15 posts - 16 through 30 (of 278 total)