Forum Replies Created

Viewing 15 posts - 16 through 30 (of 53 total)

  • RE: Usage of Null

    Continue creating QotD. It was a good start!

    It is a nice question for beginners: If one with "below than average expertise" tried out his first QotD this question surely was...

  • RE: The Fundamentals of SQL Server Replication by Sebastian Meine

    Nice idea to write such a book!

    I would have appreciated if you hadn't written everything in bold letters and instead had given a compressed overview about the content, as well...

  • RE: EXCEPT - 1

    Also nice piece of information regarding INTERSECT and EXCEPT: NULL values are regarded as the same. A behaviour as if SET ANSI_NULLS were OFF.

  • RE: Truncate

    While DELETE is a pure DML statement which has no side effects on an IDENTITY, TRUNCATE resets the IDENTITY and needs ALTER TABLE permission, which appearently means that the...

  • RE: An Interview with Allen Kinsel, PASS Board Candidate

    In my opinion your questions were tough: You did a very good job! Better than the most questions for politicians in talk shows (that won't answer the questions anyway).

    Best regards

    Jens-Peter...

  • RE: TSQL - Identity_Insert

    Hi, Tom,

    can you imagine my joy when I first thought to have found another worshipper of Vogon poetry? And my disappointment when I realized that this was no Vogon, but...

  • RE: TSQL - Identity_Insert

    L' Eomot Inversé (9/27/2013)


    Yes.

    But England is full of ignorant pedants who will claim it is not grammatical, because they insist that the past participle of get is not...

  • RE: TSQL - Identity_Insert

    logitestus (9/27/2013)


    :blush: umm, what should you do when you can't perform simple math in your head? This was a pretty simple question (since I have been dealing with...

  • RE: An Interview with Allen Kinsel, PASS Board Candidate

    Steve, thank you for your work and for this interview: You spend a lot of time doing good things good!

    When reading this interview I had the feeling to read the...

  • RE: Filestream data

    What I found even more interesting:

    "The standard varbinary(max) limitation of 2-GB file sizes does not apply to BLOBs that are stored in the file system."

    The file size is then, as...

  • RE: CTE

    Was just curious about the behaviour of CTEs with JOINed tables: I expected same behaviour as of views.

    IF OBJECT_ID('temp_test_FK') IS NOT NULL

    DROP TABLE temp_test_FK;

    IF OBJECT_ID('temp_test') IS NOT NULL

    DROP TABLE...

  • RE: CTE

    Carlos,

    sure, you may be right.

    And the topic of this QotD is CTE and the usage of DML.

    With the example for identifying duplicate records I wouldn't agree to CTEs being...

  • RE: CASE vagaries

    KWymore (9/9/2013)


    Miles Neale (9/9/2013)


    Ross.M (9/9/2013)


    Steve Jones - SSC Editor (9/9/2013)


    I have updated the answers and awarded back points.

    I was just about to say, don't know what everyone is talking about,...

  • RE: Dynamic Query

    Jamsheer (9/24/2013)


    I LOVE TRICKY QUESTIONS ALWAYS... THANKS SAMITH..

    Same for me, anyway...

  • RE: Dynamic Query

    Hoi, Samith,

    how fits the explanation of your reference to our problem at hand?

    The reference explains something about the parser of SSMS before the execution of the code and the block...

Viewing 15 posts - 16 through 30 (of 53 total)