Forum Replies Created

Viewing 15 posts - 616 through 630 (of 1,048 total)

  • RE: ISNUMERIC

    Good Question but still I have doubts in some cases like:

    SELECT ISNUMERIC('.+') -- Returns 0

    SELECT ISNUMERIC('+.') -- Returns 1

    SELECT ISNUMERIC (',\') -- Returns 0

    SELECT ISNUMERIC ('\,') -- Returns 1

    :ermm:

  • RE: LEFT JOIN

    Dineshbabu (4/4/2013)


    Really a great QotD. No matter whether the wording of question or answer options are wrong. It triggered a great discussion where everyone understood the behaviour of On &...

  • RE: SQL query help

    mamzy.rahman (4/4/2013)


    hey guys

    need some help with a query!!!

    basically i have a table that has a list of learner with a number of aims. i want to do a query that...

  • RE: LEFT JOIN

    Lon-860191 (4/4/2013)


    Changing the where to and will result in the same output from both of the queries.

    Sorry Lon,

    Changing the WHERE to AND will result in different output rows... that's...

  • RE: LEFT JOIN

    L' Eomot Inversรฉ (4/4/2013)


    I like the question. Not of course the form and wording of the answers (|I won't say more than that as Hugo has covered it...

  • RE: LEFT JOIN

    Hugo Kornelis (4/4/2013)


    Great idea for a question, Kapil!

    But ... (isn't there always a "but"?)

    When I saw the question in the newsletter, I expected the answer options to be phrased in...

  • RE: LEFT JOIN

    Danny Ocean (4/4/2013)


    kapil_kk (4/4/2013)


    Hi all,

    I also thinks that the options are not well written... Sorry for that ๐Ÿ™ ..

    My point of concern was to to throw light on different behaviors...

  • RE: LEFT JOIN

    Hi all,

    I also thinks that the options are not well written... Sorry for that ๐Ÿ™ ..

    My point of concern was to to throw light on different behaviors of AND and...

  • RE: Output Parameter in Stored PRocedure

    devaji123 (4/3/2013)


    Hi,

    Use Select max(identity column name) from table name (data inserted table). In one of our scenario we used this it worked. Try this.

    Vasu

    When we have inbuilt function...

  • RE: Output Parameter in Stored PRocedure

    Lynn Pettis (4/3/2013)


    kapil_kk (4/3/2013)


    Hi all, I have created a sp in which I want to extract last identity value after doing insertion....

    But its giving me error that @new_identity parameter...

  • RE: LEN()

    Hugo Kornelis (4/2/2013)


    Dineshbabu (4/1/2013)


    Thanks Hugo,

    I have one more doubt, will ANSI_PADDING set option affects the datastorage?

    No and yes.

    No, because the working of LEN and DATA_LENGTH are not affected by this...

  • RE: TRY...CATCH

    Good question :-):-)

  • RE: SQL Server Error Handling

    chgn01 (4/1/2013)


    I found this option in SQL 2020 SP4

    :-P:-P

  • RE: SQL Server Error Handling

    Ahhhhh........ I lost the chance to grab a lot of points ๐Ÿ™

  • RE: validating values

    Koen Verbeeck (3/29/2013)


    Try using a MERGE statement instead.

    Inserting, Updating, and Deleting Data by Using MERGE

    But I am doing only insertion not updation...Will it be good to use it only for...

Viewing 15 posts - 616 through 630 (of 1,048 total)