Forum Replies Created

Viewing 15 posts - 256 through 270 (of 516 total)

  • RE: Usage of @@ERROR in Transaction

    Good Question!

    Few years back I did the same mistake while writing a procedure. Seems my memory is in good condition as I am able to recall that 🙂

  • RE: Defaults

    Thanks Kenneth.

    Good question to brush-up our basics 🙂

  • RE: Lead - 2

    Thanks for the question Ron.

    After messing-up with LEAD part-1 the other day, this question was easy to solve 🙂

  • RE: COALESCE - 2

    Easy one for Friday 🙂

    As COALESCE always picks up the first not null value from LOV, it was easy to guess the answer.

  • RE: Statistics - 4

    Such good questions can only be anticipated from Ron. Thanks:-)

  • RE: SUM and Addition of Null

    Thanks for the question. An easy one considering the available answer options 🙂

  • RE: Halloween Protection

    Unaware of "Halloween Protection", I thought this to be some kind of a funny question [cooked-up] initially 🙂

    Got to learn something new, which I was unaware of!

  • RE: LEAD - 1

    craig 81366 (10/30/2012)


    Lokesh Vij (10/30/2012)


    USERID USERNAME SALES

    ------------------------------

    5 XRay...

  • RE: LEAD - 1

    vk-kirov (10/30/2012)


    Thanks for question about the new feature of MSSQL 2012!

    Lokesh Vij (10/29/2012)


    Hey Ron, There seems to be some confustion with answer choices here. When we have ORDER BY caluse...

  • RE: LEAD - 1

    Hi John,

    Here is the output what I am getting:

    USERID USERNAME SALES

    ------------------------------

    5 ...

  • RE: LEAD - 1

    Hey Ron, There seems to be some confustion with answer choices here. When we have ORDER BY caluse on Sales, it will order the results in the following fashion:

    UserId ...

  • RE: Parsing values in the WHERE clause

    Nice question. Thanks for Posting.

  • RE: SELECT (Transact-SQL)

    demonfox (10/25/2012)


    I found the glitch ..

    nice question...

    thanks

    A trick to catch the glitch.

    1) Use SSMS, go to "Query" and select "IntelliSense Enabled"

    2) Copy paste the code

    3) the syntax error in the...

  • RE: SELECT (Transact-SQL)

    kapil_kk (10/25/2012)


    One question, I am confused on this...

    select ID, name name from person

    select ID ID, name name from person

    Both these statements dont give any error message and run successfully...

    wht is...

  • RE: SELECT (Transact-SQL)

    An easy one for Friday 🙂

    Apparantly, I noticed that there were 4 select statements in the question and 5 select statements as the answer choice 😀

Viewing 15 posts - 256 through 270 (of 516 total)