Forum Replies Created

Viewing 15 posts - 1,891 through 1,905 (of 6,486 total)

  • RE: SELECT interferes with RAISERROR in CATCH

    Isn't 0 the successful return code in a C# process? In which case is it simply that because it gets that back, is simply doesn't look for anything else?

    It...

  • RE: interview questions

    Steve Jones - Editor (4/18/2009)


    I agree with Gail and Alvin. You want to represent yourself well, and show what you know on your resume. I have talked to dozens of...

  • RE: Create Auto Number based on ORder by Field

    In order to accomplish what you're looking for you need to create a new empty table with the autonumber, then run an INSERT statement with the ORDER BY instruction attached....

  • RE: SSMS cluster aware?

    keep in mind that as part of moving from one instance to the other, the SQL service was stopped and restarted. So - the error you got ultimately had...

  • RE: Ignore the ones which are NULL?

    Paul White (4/6/2009)


    Matt Miller (4/6/2009)


    With you two posting minor articles for responses, there's no way to adequately quote anything.

    Without sarcasm tags or smileys, I'm not sure quite what to make...

  • RE: Ignore the ones which are NULL?

    Paul/Bob -

    With you two posting minor articles for responses, there's no way to adequately quote anything. You pretty much covered the big topics. On the remaining topic...

  • RE: T-Sql rant

    steve - sounds to me that you need to get yourself nominated to sit on the ANSI SQL standards board. It is clear to me that you have a....

  • RE: RAISERROR in TRY/Catch block after XML Schema Collection Validation.

    The error handling and the error catching in SQL 2005 can be tricky. Depending on the erro you might be facing, it may be "batch" or "thread" terminating, meaning...

  • RE: comparing NULLs

    Jack - I have to ask - are you talking about conceptual PK's?

    I'm pretty sure you cannot have anything NULL in a primary key, at least not one...

  • RE: comparing NULLs

    JacekO (4/1/2009)


    Not always it depends on ANSI_NULLS setting

    This is from books online:

    Care must be taken when comparing null values. The behavior of the comparison depends on the setting of the...

  • RE: steve's dataphore

    steve dassin (3/29/2009)


    Matt Miller (3/27/2009)


    I guess my first question would be - what DataPhor features can you not find elsewhere? The fact that ylou want this to run on...

  • RE: steve's dataphore

    I guess my first question would be - what DataPhor features can you not find elsewhere? The fact that ylou want this to run on top of a SQL...

  • RE: Extracting XML File that is stored as a text data type

    Two other things to think about:

    - CDATA is actually a reserved keyword in XML. You apparently have it capitalized a little different so it may not be interfering,...

  • RE: Can a case be made to use Table Functions instead of UDFs?

    Assuming you CAN write an inline table-valued function, then yes - it probably makes sense to do so. The reason it gets so much faster is that it gets...

  • RE: SQL Server internal network traffic. Is it encrypted?

    with regards to any code-based connections (i.e. in apps your devs have built), simply switching to the Native client and setting the .Encrypted property of the connection Object to TRUE...

Viewing 15 posts - 1,891 through 1,905 (of 6,486 total)