Forum Replies Created

Viewing 9 posts - 46 through 54 (of 54 total)

  • RE: Unknown NULLs

    SQAPro (8/25/2009)

    ...snip...

    ISNULL is your friend!

    Or the ANSI standard COALESCE for the ANSI pedants among us :o) Has the added advantage of being able to take more than two operands. It...

  • RE: Unknown NULLs

    Indeed. ANSI NULLS disabling is just a workaround I think for backwards compatibility with something.

    Essentially an 'IF A = B' statement is saying that is (A = B) returns...

  • RE: Unknown NULLs

    True - quite difficult to extract the actual content. Spose we could have waited for it on email...

    I mistakenly interpreted 'not @i = 1' as being the same as '@i...

  • RE: Unique constraints

    Tags DID make me choose the wrong option. I assumed it was asking about some subtlety of how sqlserver deals with unexpected xml elements. As such, I too reckon I...

  • RE: Statistics

    I wouldn't have had a clue, except that the question category gave it away somewhat :o)

  • RE: T-SQL query

    Knut Boehnert (5/2/2008)


    That was a very nice question for a Friday morning.

    I'd have to disagree. I think these ones about working out pointless conditions to satisfy one off special cases...

  • RE: Create a trigger with 2 parts????

    Mikebyrne000 (3/7/2008)


    Two question

    1) I'm not clear as too what SET w.col1 = i.col1,

    w.col2 = i.col2, does and how to apply same to my table

    2) How to I actually write...

  • RE: Create a trigger with 2 parts????

    Mikebyrne000 (3/6/2008)


    Im forced to just use the TRIGGER for the question im being asked

    TRIGGER is fine - that's both types. You declare it as a TRIGGER usually 'FOR UPDATE, INSERT,...

  • RE: Data Ownership

    I have lots of photographs that I have taken, and presumably own. And if they were of interest to people and I wanted to sell them, would I be allowed?...

Viewing 9 posts - 46 through 54 (of 54 total)