Forum Replies Created

Viewing 15 posts - 16 through 30 (of 279 total)

  • RE: scedhule a job for the the Tuesday night after the last Friday each month

    Ninja's_RGR'us (5/16/2011)


    mazzz (5/16/2011)


    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,...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: scedhule a job for the the Tuesday night after the last Friday each month

    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.

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: How do you vulgarize a DBA's job?

    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...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: CXPACKET/Parallelism question

    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...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: Complex SQL Server MEMORY questions - Instances, RAM, Virtual Memory, Cluster, etc

    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...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: Find TEMPDB Pest - Which SPID Is Taking Up All The Space?

    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...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: Running Scripts

    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

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: Fascination with numbers

    OCTom (3/10/2011)


    I just noticed that my opening post has the statistic for points @ 1,237 and visits @ 1,663. They total to 2,900, a nice round-ish sort of number. But,...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: Largest MS SQL Server Databases

    There's a slideshow about the MySpace set-up here (from 2009, but still):

    http://www.slideshare.net/markginnebaugh/myspace-data-architecture-june-2009

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: Fascination with numbers

    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...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: Tempdb Size increases and acquires the complete disk space

    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....

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: Tempdb Size increases and acquires the complete disk space

    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...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: why the avatar picture you use

    David Benoit (3/3/2011)


    Jpotucek (3/3/2011)


    Mine is Honey. At the time of this pic, she was about 7 months old. Beautiful American Bulldog : )

    We lost Honey during the whelping...

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: why the avatar picture you use

    I think I've found a future avatar for Lowell

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

  • RE: Top Wait stats

    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.

    ------------------------------------------------------------------------
    Bite-sized fiction (with added teeth) [/url]

Viewing 15 posts - 16 through 30 (of 279 total)