Forum Replies Created

Viewing 15 posts - 1,891 through 1,905 (of 3,348 total)

  • RE: Matching Missing Field

    Dang! You stole my thunder... I thought up a similar question about a week ago, just didn't get around to submitting it yet...

    Thanks! 😉

    angeloc (1/16/2013)


    well that's interesting. Certainly wouldn't...

  • RE: TRY...CATCH

    ronmoses (1/16/2013)


    I just encountered this scenario this past week. The ISDATE() and ISNUMERIC() functions are practically useless when determining whether a string will safely convert to a datetime or...

  • RE: TRY...CATCH

    Gazareth (1/16/2013)


    I'm struggling to think what you'd be doing in a function that would require a TRY... CATCH 🙂

    Data conversions with possibly unclean data; computations that could generate an overflow,...

  • RE: TRY...CATCH

    Good question. I had to do a bit of research - I knew it wasn't allowewd in inline functions, but was unsure about multi-statement and scalar functions.

    The link provided in...

  • RE: TRUNCATE TABLE and ROLLBACK TRAN

    Not just inserts into a table variable, all modifications to table variables are retained after a rollback.

    Other things that are not rolled back are assignments to scalar variables, identity values...

  • RE: Precedence in math

    Bangla (1/11/2013)


    What type of White it is? Pure White or Cream.. or Grayish....

    I'll have to go for Paul White. 😉

  • RE: SubQuery

    Toreador (1/11/2013)


    Hugo Kornelis (1/11/2013)


    NOT IN can only be used in limited cases. The comparison condition must be multi-column

    Do you mean 'the comparison condition cannot be multi-column'?

    Oops, that is of course...

  • RE: SubQuery

    I don't really agree with the answer marked as correct.

    NOT IN can only be used in limited cases. The comparison condition must be single-column, and there must not be any...

  • RE: Temporary Objects 2

    Dineshbabu (1/10/2013)


    Can anyone help me in simulating the question in management studio without any application.

    Using Management Studio, create the stored procedure as specified in the question, but add a command...

  • RE: Precedence in math

    If this is an easy starter for a series of questions that gradually builds up, then it's sort of okay - though probably TOO easy.

    As a stand alone question, I...

  • RE: Why doesn’t ISNUMERIC work correctly? (SQL Spackle)

    Hi Brett,

    The problem is that you are combining a check for all numbers and a cast to integer in a single query. The optimizer is free to carry out those...

  • RE: RANK - 1

    L' Eomot Inversé (1/7/2013)


    This would have been a good question and easy to get right if the schemaname had been spelt "Sales" instead of "SALES". However, I happened to...

  • RE: LIKE a vowel

    Dineshbabu (1/7/2013)


    simply I selected one to see the explaination and understand the qstn. Really i didn't understand what the qstn is delaing abt...

    Can anyone xplain in detail. If already xplained...

  • RE: T-SQL

    Not happy with the question. Most of my problems have already been discussed - UNIQUE constraints do allow NULL values (and the "choose 4" made me think that the second...

  • RE: Finding New Years Eve

    L' Eomot Inversé (1/2/2013)


    Argghh! You want it to work next year as well as this???

    I had in fact broadened the topic to describing methods I would suggest for finding the...

Viewing 15 posts - 1,891 through 1,905 (of 3,348 total)