Forum Replies Created

Viewing 15 posts - 46 through 60 (of 187 total)

  • RE: CASCADE - 1

    I expected there will be some trickery work will be there.. But it's easy and staright forward question..

  • RE: DATETIME - 4

    Nice question and i learned about accuracy and 2012 function(DATETIMEFROMPARTS). I don't know how this accuracy will help me in production..

    What I feel is Instead of assigining values to...

  • RE: Casting question

    Nice question..

  • RE: Precision required

    I thought smalldatetime will round off to next day only if there is 2 seconds difference and answered both will return day as 24.

  • RE: Temp Table Data Types

    One easiest way to avoid this confusion is .. don't use SELECT * INTO.

    Always prefer CREATE TABLE..

  • RE: SubQuery

    After answering the question.. I thought, Dinesh u r great.. you are one among the 30%.. But after reading everyone's comments only i understood i'm in wrong side.

  • RE: ISNUMERIC

    I read the question very carelessly. I didn't notice that variable declared without specifying length.

  • RE: Clustered Index

    Hugo Kornelis (3/5/2013)


    Normally, I either post with additional information, or do not post at all. But in this case, even though I didn't see anything I could add to the...

  • RE: Clustered Index

    Hugo Kornelis (3/5/2013)


    Good question, and good explanation. Well done!

    First time I'm seeing Hugo's post without any information.

  • RE: Clustered Index

    Really interesting one.

    Thanks for making me to understand that disabling a clustured index will block DML operations on underlying table.

  • RE: SETTINGS - 1

    Nice and Easy one..

    Thanks to Hugo & Tom for explaining about Divide By Zero.

  • RE: Can This Work?

    Danny Ocean (3/1/2013)


    I think, this question is not well define. When you execute this code, it's execute and throw below error

    Msg 217, Level 16, State 1, Procedure sp2,...

  • RE: Updating the data in a table

    Easy one..

    Remembering the basic methodology of Update.

    I forget the exact term which prevents data getting updated recursively.

  • RE: OUTPUT - 1

    Interesting question.

    I wonder why people thinking too complex(colation) for simple task.

  • RE: Creating Tables 2

    Easy One..

Viewing 15 posts - 46 through 60 (of 187 total)