Forum Replies Created

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

  • RE: Can This Work?

    Another case of unclear question.

    Will this code execute and return a result from one of the stored procedures?

    Both

    3. No, this will create an infinite loop (until the limitations of...

  • RE: IDENTITY INSERT

    Nice question but inserts suppose to be separated by "GO". Otherwise no one would be performed.

  • RE: GO Part 2

    My first impression about this question was very negative.

    Question itself is not clear and right answer is definitely "false". It is a disaster to have an interview with somebody who...

  • RE: Commenting in Dynamic query

    One more good question you need to think about twice before answer selection!

    Thanks!

  • RE: INSERT INTO

    This QOtD didn't give you a chance for correct answer. It should be removed and answers should be disregarded.

  • RE: Unary & Aliases

    My first opinion was: very exotic question far away from practical usage.

    But later I changed my minds. Never thought about arithmetical operations in T-SQl work in such way. Thanks...

  • RE: Nulls

    What's why I always try to avoid nullable columns or make something like that:

    select * from dbo.Employees where EmployeeID

    not in (SELECT isnull(NullableColumn,0)...

  • RE: ISNUMERIC

    Very nice question. And one more time I see that 'isnumeric' works in a way which is far away from our expectations. Always used custom made functions instead.

  • RE: HAVING without GROUP BY

    It is real joy to answer such questions. I was able to look at so usual command from another point, turn on common logic and get it right. But I...

  • RE: Complicated Comments

    This is really exciting question.

    I always had feelings that /* */ has priority on – . And construction like -- /* will lead SQL to ignore /*.

    I was wrong!...

  • RE: QOD 12/2/03

    We have situation when answer is correct but question is careless.

    One of the conditions is: "Note: you other applications that connect to this server appear to be working fine."

    As...

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