Forum Replies Created

Viewing 15 posts - 4,786 through 4,800 (of 18,926 total)

  • RE: That case filter

    Mr Quillz (7/20/2011)


    Hi Guys,

    I agree with most comments on this question, asking us how many rows would bereturned should not have been the way to put it. As we know...

  • RE: That case filter

    Carlo Romagnano (7/20/2011)


    I would replace the question "How many rows returned by executing all of the following?" in "How many rows returned by the last SELECT?" and add another answer:...

  • RE: That case filter

    Dhruvesh Shah (7/19/2011)


    Question is about how many rows returned and the ans should be 5. As query writes 5 values to the temporary table @tbl.

    My choice of words was really...

  • RE: That case filter

    bitbucket-25253 (7/19/2011)


    [Rant]

    After getting the supposed incorrect answer, I cut and pasted the code into SQL 2005 and then again into 2008. Ran each not less than 15 times and...

  • RE: Are the posted questions getting worse?

    Jeff Moden (7/19/2011)


    Ninja's_RGR'us (7/19/2011)


    Gianluca Sartori (7/19/2011)


    There's someone you all know that deserves your vote here[/url].

    I'm sure you know who I'm talking about. 😉

    Wow Jeff must make a nice santa in...

  • RE: CXPACKET wait types...

    Craig Farrell (7/19/2011)


    Ninja's_RGR'us (7/19/2011)


    Craig Farrell (7/19/2011)


    So, the questions: Yes, you can apply MAXDOP to any DML statement.

    I disagree with the above. Don't adjust maxdop serverwide, adjust the cost to...

  • RE: CXPACKET wait types...

    Jannie-186227 (7/19/2011)


    Ai

    sorry guys, typo there. 'maxdop ', 1

    Default is 0 which is not always the best.

    Maybe not, but certainly is 98% of the time so I won't go down that...

  • RE: CXPACKET wait types...

    Craig Farrell (7/19/2011)


    So, the questions: Yes, you can apply MAXDOP to any DML statement.

    I disagree with the above. Don't adjust maxdop serverwide, adjust the cost to initiate it (5...

  • RE: CXPACKET wait types...

    Never EVER put maxdop 1 @ server level unless you're dam sure that's the best option for ALL normal queries. Since we're working on 1 query here I...

  • RE: undo changes to a stored procedure

    mtillman-921105 (7/19/2011)


    That's odd, my screen shows a lot more than yours. Using IE8.

    Same here...

  • RE: Transaction Log curosity

    I would definitely split the 2. Going to SP4 is not a small task especially if you are supporting a lot of applications and that they are not easily...

  • RE: Transaction Log curosity

    As a side note. I would never recommend using maintenance plans. They've been more than buggy over the years (yes it's getting better, but there's nothing like having...

  • RE: Transaction Log curosity

    tkoselke (7/19/2011)


    My inexperience is going to show so please bear with me:

    The SQL server is 9.0.3042. I don't know what version the tools is or where it's located.

    Does...

  • RE: converting SQL 2000 DB to SQL 2008

    kstjacques (7/19/2011)


    Thank you for the responses. I was able to explain to the vendor with confidence that the database was indeed SQl Server 2008 and they no longer refused...

  • RE: undo changes to a stored procedure

    homebrew01 (7/19/2011)


    ps. Why do I have so much white space after my code ?

    Don't know, but I'm seeing similar issues with the articles that I've read recently.

    Like select @@version will...

Viewing 15 posts - 4,786 through 4,800 (of 18,926 total)