Forum Replies Created

Viewing 15 posts - 2,566 through 2,580 (of 2,729 total)

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (11/12/2012)


    My fiancee saw a joke on Twitter and she didn't get it (she's not in IT), so she told it to me to see if it was funny.

    A...

  • RE: Today's Random Word!

    anthony.green (11/12/2012)


    jasona.work (11/12/2012)


    The Dixie Flatline (11/10/2012)


    capnhector (11/9/2012)


    Revenant (11/9/2012)


    crookj (11/9/2012)


    JAZZ Master (11/9/2012)


    anthony.green (11/9/2012)


    capnhector (11/8/2012)


    Cliff Jones (11/8/2012)


    crookj (11/8/2012)


    capnhector (11/8/2012)


    JAZZ Master (11/8/2012)


    bcsims 90437 (11/8/2012)


    crookj (11/8/2012)


    Ray K (11/8/2012)


    opc.three (11/7/2012)


    Ground Game

    aerial assault

    Space Combat

    Space Invaders

    BMEs

    BMI

    MIBs

    Tommy Lee...

  • RE: Today's Random Word!

    The Dixie Flatline (11/10/2012)


    capnhector (11/9/2012)


    Revenant (11/9/2012)


    crookj (11/9/2012)


    JAZZ Master (11/9/2012)


    anthony.green (11/9/2012)


    capnhector (11/8/2012)


    Cliff Jones (11/8/2012)


    crookj (11/8/2012)


    capnhector (11/8/2012)


    JAZZ Master (11/8/2012)


    bcsims 90437 (11/8/2012)


    crookj (11/8/2012)


    Ray K (11/8/2012)


    opc.three (11/7/2012)


    Ground Game

    aerial assault

    Space Combat

    Space Invaders

    BMEs

    BMI

    MIBs

    Tommy Lee Jones and...

  • RE: What Do You Want from SQL in the City?

    I was at the Chicago event, and I don't feel it was a "commercial" in the sessions. I also like that the Red Gate reps in the hall weren't...

  • RE: Are the posted questions getting worse?

    Koen Verbeeck (11/9/2012)


    The Dixie Flatline (11/9/2012)


    Hey, does anyone realize that in 8-9 days, The Thread will have been running strong for 4 consecutive years now?

    Will there be cake?

    The cake is...

  • RE: Clearing out msdb.dbo.sysmail_mailitems...

    Have you tried running DBCC SHRINKDATABASE on it?

    Reading the MSDN article on it, it sounds like it will move all the allocated pages to the beginning of the file, thus...

  • RE: Today's Random Word!

    Daniel Bowlin (10/29/2012)


    Franken - storm

    /best Gene Wilder voice

    The name is FronkUnSturm!

  • RE: Today's Random Word!

    SQLRNNR (10/29/2012)


    Brandie Tarvin (10/29/2012)


    Are you thinking what I'm thinking?

    I know what we're going to do today.

    TRY TO TAKE OVER THE WORLD!

  • RE: How can I demonstrate what DBCC CheckDB will show if corruption is found?

    Thanks, I missed those!

    Jason

  • RE: How can I demonstrate what DBCC CheckDB will show if corruption is found?

    Or I could have searched on Google for "sql server create corrupt database" in which case the top two results would be an article by Perry Whittle (How To Create...

  • RE: Talking baseball

    Well, despite the lack of production from the Tigers' bats, it was a fun series.

    Congrats to the SF Giants, World Series Champs 2012!

    (maybe I should've specified the Tigers as the...

  • RE: Talking baseball

    I'm reminded of a quote from the movie "Red Heat:[/url]"

    "Ivan Danko: I do not understand this sport.

    Art Ridzik: You're not supposed to, it's completely American.

    Ivan Danko: We play...

  • RE: Installing SQL 2008 R2 onto a new PC

    While you can install both (I've got SQL2012 Enterprise and SQL2008R2 Express on my work PC,) one of them will have to be a named instance.

    IE if you install SQL2008R2...

  • RE: Clearing out msdb.dbo.sysmail_mailitems...

    Lowell,

    I actually just stole your code, pretty much word for word. Below is the Agent Job step 1 I'm using:

    use msdb

    go

    declare @DeleteToDate datetime()

    set @DeleteToDate = DATEADD(d, -30, getdate())

    DELETE FROM...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (10/22/2012)


    I know I like cherry or blueberry, and I know that I don't like the creamy/chocolatey pies. I don't know if there are other pies...

Viewing 15 posts - 2,566 through 2,580 (of 2,729 total)