Forum Replies Created

Viewing 15 posts - 121 through 135 (of 8,416 total)

  • RE: PARSE 1

    L' Eomot Inversé (12/17/2012)


    Hugo Kornelis (12/17/2012)


    (That being said - there is indeed no guarantee. SQL Server could come up with an execution plan that projects the SELECT list first, then...

  • RE: SET Options - 1

    john.arnott (12/15/2012)


    SanDroid, your explanation has me puzzled. The first quote says that one cannot use an expression containing a float expression in the key column of an indexed view....

  • RE: merge statement - to get a row count

    Jason-299789 (12/12/2012)


    Is there a reason you dont use the native OUTPUT INTO @C?

    It was almost a year ago, but from the looks of things I just wanted to show composable...

  • RE: Halloween Protection

    GSquared (12/10/2012)


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


    SQL Kiwi (12/9/2012)


    Hi Steve,

    I did not receive a notification for this post (or perhaps I didn't see it) so apologies for the late reply....

  • RE: Halloween Protection

    Steve Jones - SSC Editor (11/9/2012)


    SQL Kiwi (11/6/2012)


    Steve Jones - SSC Editor (11/1/2012)


    Interesting discussion. Freedman does mention inserts and deletes, but he never wrote on the subject. Perhaps he was...

  • RE: Math operation debugging

    We should all switch to Oracle immediately!

    LOL

  • RE: TABLOCKX

    I see. Well, the original code would certainly work, but perhaps consider:

    SET @index = 1;

    MERGE

    dbo.JobRefAllocation WITH (HOLDLOCK) AS JRA

    USING

    (SELECT...

  • RE: TABLOCKX

    Kevin O'Donovan (12/4/2012)


    Is that more complicated than it needs to be for my scenario? I can guarantee that the transaction volume will never increase to the point performance will be...

  • RE: CXPACKET wait type

    scogeb (12/3/2012)


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


    I know this is an old thread but since it seems to be found often on google, I find it important to tell anybody reading this that our...

  • RE: Math operation debugging

    chisholmd (12/3/2012)


    Hi all, I have a formula that works fine in Excel but not in SQL. Hopefully someone knows of some gotcha that I am not in this situation.

    When...

  • RE: SET Options - 2

    dineshbabus (12/4/2012)


    Please refer this URL. It says by default IT will be ON.

    http://msdn.microsoft.com/en-us/library/ms174393(SQL.105).aspx

    -- Default for user options is 0

    -- See http://msdn.microsoft.com/en-us/library/ms189631.aspx

    -- Flag values are at http://msdn.microsoft.com/en-us/library/ms176031.aspx

    -- e.g. QUOTED_IDENTIFER is 256

    SELECT

    ...

  • RE: SET Options - 2

    dineshbabus (12/4/2012)


    I Opened a new SQL Server Management Studio and tried the create statement without any set options. Query works fine. Can you explain in detail?

    SQL Server Management Studio is...

  • RE: SET Options - 2

    dineshbabus (12/3/2012)


    By Default "Quoted Identifier" Will be ON. Eventhoug if we didn't set any options. the syntax will work fine. Please correct me if i'm wrong.

    The default is OFF (see...

  • RE: LIKE a vowel

    Robert-378556 (12/3/2012)


    SQL Kiwi (12/3/2012)


    Jaroslav Pfauser (12/3/2012)


    (0 row(s) affected)

    SQL2008 (64-bit) SP2

    It seems you wrote a test script that did not cover the full range of possibilities. Include CHAR(198) and CHAR(230)...

Viewing 15 posts - 121 through 135 (of 8,416 total)