Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: what does the second @@error return?

    Nice question.

    Tricky though. Makes you read closely.

  • RE: SELECT FUN

    Interesting question. Highlights the features of two clauses- UNION & ORDER BY

    but the phrasing of the question was kind of misleading. That has caused lots of folks to skip the...

  • RE: To Ping SQL Servers

    Good tip. Thanks,

    We can have a utility that parses the output file looking for the text - 100% loss.

    That indicates that a server is not responding and if so take...

  • RE: SecurityPrincipals

    Good question.

    I guess this article relates more to the question than the one posted.

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

  • RE: Exponent Engima

    Good question. Makes a good differentiation between the bit Operator XOR and the Math function POWER.

  • RE: Sort Order - Include Null al last

    There is only one correct answer as demonstrated by Tom Garth.

    Why do we allow such questions with not enough clarity?

  • RE: Table Variables

    Good Question. Table variables do not honor transaction, but are valid. This option caught me off guard.

  • RE: BETWEEN

    Good question, does a good job of testing knowledge about BETWEEN,

    but bad english.

    I think the questioner needs to know the difference between 'consistent' and 'same as'.

    Consistent means same result...

Viewing 8 posts - 1 through 8 (of 8 total)