Forum Replies Created

Viewing 15 posts - 106 through 120 (of 203 total)

  • RE: Backup\ Restore completion Status.

    This is a very good question, thank you. I answered it correctly, but only because I knew that neither option 1 nor 3 is correct. This only left option 2...

  • RE: Careful with table name alias

    CirquedeSQLeil (5/14/2010)


    john.arnott (5/14/2010)


    This was a good way to point out the risk of using reserved words within brackets as a user-defined object. While I would suppose few people...

  • RE: Careful with table name alias

    Nice question, thank you. It would be nice though if the database engine team would limit some of the square brackets allowances and throw sev 20 error. Something like:

    Msg 8421,...

  • RE: Generating Insert Statements

    Emito (5/14/2010)


    You have a really good script for this in this url:

    http://vyaskn.tripod.com/code/generate_inserts.txt

    Written by:Narayana Vyas Kondreddi

    I used a lot, its really nice!!! :-D.

    Yes, the old script you mention has...

  • RE: Compilation Locks

    This is a very good question, thank you Steve.

    Fully qualified objects names is a must, not subjected to any second guessing. This is a very pathetic scenario when due to...

  • RE: Statement evaluation precedence

    This is a very good question, thank you Tom. Today I am the lucky one to be first who answered it correctly. It was not too difficult to deduce correct...

  • RE: Clustered indexes

    Both the question and explanation are excellent, thank you Hugo.

    I think that the options about logical/physical order will generate a very good discussion. This is because the Create Index page...

  • RE: Analysing a T-SQL Query

    CirquedeSQLeil (5/5/2010)


    This is a good question. Thanks. One other method one can use to demonstrate this is by evaluating the actual execution plan.

    Very good question, thank you. I...

  • RE: A round number

    Very good question, thank you Paul.

    It is interesting to see how perfectly sql_variant_property handles the literals. For example, 3 billion can be represented as bigint or as decimal(10, 0), and...

  • RE: Play with NULLIF

    Cool question! Thank you. I think that nullif is one of the useful functions which is somewhat overlooked by many.

    Oleg

  • RE: Bad data import

    skjoldtc (4/29/2010)


    No. I don't know why that is.

    I now recall that the AS400 has a max CCSID (coded character set ID) of 65533. That makes sense since the original...

  • RE: Bad data import

    skjoldtc (4/29/2010)


    65533 is a valid unicode number but represents a special replacement character. It is the highest value in the character set. dbowlin makes a good point about what...

  • RE: Date data type

    skjoldtc (4/28/2010)


    Good question. The difference between DATE and DATETIME in SQL Server 2008 is important. Thanks.

    The answer 40147 looked familiar to me. It is what I have known to...

  • RE: Date data type

    Good question, thank you. I answered correctly because I already tried it some time ago when I first learned about the new data type just to check whether behavior of...

  • RE: Converting to DateTime

    Jeff Moden (4/24/2010)


    I'd like to know why we're using SQL SDerver to format anything. This stuff should be done in a GUI if you have one and most reporting...

Viewing 15 posts - 106 through 120 (of 203 total)