Forum Replies Created

Viewing 15 posts - 886 through 900 (of 18,926 total)

  • RE: Stored procedure performance

    You can do a 2nd test.

    Run that sp from withing bids (data / query window).

    You'll see if the results are getting returned correctly. Then you can do the same...

  • RE: SCOPE_IDENTITY which column it will return

    BEGIN TRAN

    CREATE TABLE dbo.tid

    (

    id1 INT IDENTITY(1,1) PRIMARY KEY CLUSTERED,

    id2 INT IDENTITY(10,10) NOT NULL,

    sometext VARCHAR(10) default(newid())

    )

    ROLLBACK

    Msg 2744, Level 16, State 2, Line 3

    Multiple identity columns specified for table 'tid'. Only one...

  • RE: Are the posted questions getting worse?

    Jack Corbett (11/21/2011)


    Hey, has anyone gotten today's SSC newsletter? Mine's usually in the inbox by 7am EST and nothing yet.

    Didn't get it either.

  • RE: Are the posted questions getting worse?

    jcrawf02 (11/21/2011)


    Ninja's_RGR'us (11/21/2011)


    jcrawf02 (11/21/2011)


    Ninja's_RGR'us (11/21/2011)


    jcrawf02 (11/21/2011)


    Yeah, move. Not worth it.

    This question is worth 20K / year on the low end. This is not so black or white for me.

    And...

  • RE: I have a coworker....

    How the h**l did this end up here?? 😀

  • RE: Output Parameter

    mtassin (11/21/2011)


    Ninja's_RGR'us (11/21/2011)


    mtassin (11/21/2011)


    Ninja's_RGR'us (11/21/2011)


    I know it depends, but I'm getting sick of making that argument so I was hoping one of you guys would take care ot that! 😉

    IT...

  • RE: Write query from (particular period)

    sami.sqldba (11/21/2011)


    Try this out

    SELECT SomeColumn

    FROM SomeTable

    WHERE SomeDateColumn >= '20110901' AND SomeDateColumn <= '20111031'

    Take your spam somewhere else. Or try to help for real!

  • RE: Are the posted questions getting worse?

    @tom T

    Sent via PM =>

    Looking good hon!

    :hehe:

  • RE: Today's Random Word!

    Daniel Bowlin (11/21/2011)


    crookj (11/17/2011)


    WOTD - phenomenon

    movie

    Dante's peak!

  • RE: Are the posted questions getting worse?

    george sibbald (11/21/2011)


    Have you seen Tom thomsons new avatar?

    Looks like the operation was a success.

    Of course soon as he changes it (again) this post will look stupid.

    😀

    Nope, I 100% agree....

  • RE: Are the posted questions getting worse?

    jcrawf02 (11/21/2011)


    Ninja's_RGR'us (11/21/2011)


    jcrawf02 (11/21/2011)


    Yeah, move. Not worth it.

    This question is worth 20K / year on the low end. This is not so black or white for me.

    And how much...

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (11/21/2011)


    Ninja's_RGR'us (11/21/2011)


    1 more piece of information about my mindset.

    Either they fix it for me and I live there, or they burn down the house nobody has to risk...

  • RE: Output Parameter

    mtassin (11/21/2011)


    Ninja's_RGR'us (11/21/2011)


    I know it depends, but I'm getting sick of making that argument so I was hoping one of you guys would take care ot that! 😉

    IT DEPENDS!

    There I...

  • RE: MCDBA certification

    okbangas (11/21/2011)


    For those interrested in MCM, I can clearly recommend the MCM Videos. Lots of useful stuff, actually even if you're never going to certify as MCM.

    That's scary enough to...

  • RE: Updrade SQl server Express to standard

    You're not upgrading in that sense. For the upgrade advisor you need to change the version (2008 to 2008 R2), not the edition (express, standard, enterprise).

Viewing 15 posts - 886 through 900 (of 18,926 total)