Forum Replies Created

Viewing 15 posts - 7,456 through 7,470 (of 18,923 total)

  • RE: SSMS & Database snapshot

    janki (12/3/2010)


    I too Choose "It Depends" Answer and got it wrong

    Me 2... it depends on the sql server version as well which was not specified in the question. ...

  • RE: temp table usage

    Jeff Moden (12/2/2010)


    Ninja's_RGR'us (12/1/2010)


    pspeagle (12/1/2010)


    I have read that using the SELECT column list INTO #tablename syntax to create temp tables holds locks in tempdb (create object locks) for the entire...

  • RE: Unique constraint on a nullable column

    johnf_amic (12/2/2010)


    Ninja's_RGR'us (12/2/2010)


    97% wrong answers??? Maybe there's something not quite correct with the question.

    A 'correct' answer is one that matches the exact set of correct choices. No partial credit,...

  • RE: Unique constraint on a nullable column

    Christian Buettner-167247 (12/2/2010)


    jeff.mason (12/2/2010)


    sjimmo (12/2/2010)


    But once you give out INSERT permission, you lose control over INSERT statements.

    It is not only that. Constraints should prevent invalid data updates no matter where...

  • RE: Unique constraint on a nullable column

    jeff.mason (12/2/2010)


    sjimmo (12/2/2010)


    Why would you want to use a where clause to enforce uniqueness? That one stumps me.

    It stumps you because you wouldn't want to do that. Pure...

  • RE: Unique constraint on a nullable column

    pjdiller (12/2/2010)


    Very interesting information, and I appreciate it. Way too many answers for this early in the morning though 🙂 Is that 1/256 statistically?

    Yup, but without factoring for...

  • RE: DROP Index problem

    I'm not sure you guys are talking about the same thing :

    Rebuild is used to make a copy of the index and drop the old one (which 100% defrags...

  • RE: Unique constraint on a nullable column

    97% wrong answers??? Maybe there's something not quite correct with the question.

    More to the point. If my column needs to contain NULL, I'm not going to fiddle around...

  • RE: DROP Index problem

    Please post the create statement for both the table and indexes and the drop statement you are trying to execute.

  • RE: temp table usage

    pspeagle (12/1/2010)


    I have read that using the SELECT column list INTO #tablename syntax to create temp tables holds locks in tempdb (create object locks) for the entire duration of the...

  • RE: sys.syscomments

    Shawn Melton (12/1/2010)


    I don't see the confusion on why the only acceptable answer would be the 3rd option. Of course I might think differently than others.

    1) Retrieves the name of...

  • RE: Install/move reporting service

    Ann Cao (12/1/2010)


    And Ninja's_RGR'us, could you tell me a little bit what problem you have when you applying service pack to SSRS?

    I never have an experience of applying sp to...

  • RE: Install/move reporting service

    Reposting msg from other thread :

    chris.s.powell (12/1/2010)


    We recently just performed this exact scenario as we were wanting to add new hardware but keep the server name and SQL version....

  • RE: sql server reporting service

    Moved here. plz no further posts in this thread.

    http://www.sqlservercentral.com/Forums/Topic1028810-146-1.aspx

  • RE: delete statement not deleting all the data it's supposed to

    That's one of the reasons I wanted to see when it failed... my next questions would have been what's the error and what else is taking a lot of ressources...

Viewing 15 posts - 7,456 through 7,470 (of 18,923 total)