Forum Replies Created

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

  • RE: Big plans

    Interesting. I haven't studied the plan cache in detail, so I guessed the answer.

    There's a typo and a math error in the paragraph about query size:

    There is a limit on...

  • RE: ExecuteNonQuery

    paul.knibbs (12/10/2015)


    sknox (12/10/2015)

    Well, a query is a question, which implies an answer.

    So "NonQuery" implies you never asked the question in the first place, which is exactly the point I was...

  • RE: ExecuteNonQuery

    paul.knibbs (12/10/2015)


    Always thought this is a rather badly named function--ExecuteNonResults would be better, IMHO. ExecuteNonQuery implies it's not actually going to run the query, to my mind.

    Well, a query is...

  • RE: The dotted table

    Hugo Kornelis (11/24/2015)


    The correct answer is missing: "The table doesn't have a primary key". It's also suspect that all columns are nullable.

    From the answer options I deduced that I needed...

  • RE: The dotted table

    Hany Helmy (11/24/2015)


    Yes valid, but definitely not recommended, I hope that MS will prevent this code from being created by mistake in future releases.

    How would you propose to do that,...

  • RE: SQLCMD and Batch File magic

    Great article

    Powershell fans: write this same type of article using powershell instead and publish it here. Then readers will have easy reference to two great ways to accomplish this.

  • RE: Nested Schemas

    patricklambin (11/18/2015)


    4) the necessary use of the square brackets is making difficult scripts or queries to read.

    I disagree with this point. I find that consistent use of brackets makes it...

  • RE: DY

    Luis Cazares (11/6/2015)


    sknox (11/6/2015)


    Luis Cazares (11/6/2015)


    Rich Mechaber (11/6/2015)


    Aaron Bertrand had a nice blog about this: scroll down for "Pop Quiz" and see if you still think DATEPART abbreviations are straightforward.

    Rich

    2...

  • RE: DY

    Luis Cazares (11/6/2015)


    Rich Mechaber (11/6/2015)


    Aaron Bertrand had a nice blog about this: scroll down for "Pop Quiz" and see if you still think DATEPART abbreviations are straightforward.

    Rich

    2 letter abbreviations are...

  • RE: To view or not to view, that is the question.

    Patrick Cahill (10/29/2015)


    Good question, but I disagree with the explanation to create the view with SCHEMABINDING. This can lead to other issues if the table gets very large. I'm not...

  • RE: Filetable Trivia

    The maximum number of subdirectories in a filetable is 255 and The maximum number of subdirectories is limited only by disk space are both incorrect.

    should be

    The maximum number of subdirectory...

  • RE: Write Cleaner T-SQL Using Version Control

    billp 37934 (10/5/2015)


    not enough code review and coaching?

    It's amazing how easy it is to make a living as a programmer for years writing the stupidest code. It's...

  • RE: Write Cleaner T-SQL Using Version Control

    if 1 = 0

    ...

  • RE: Identity Column

    This question is almost more about TRUNCATE than IDENTITY. All of the inserts before the TRUNCATE are just red herrings. But made me think of the following SQL forum joke:

    TRUNCATE...

  • RE: Federation_filtering_value

    SQLRNNR (10/2/2015)


    Stewart "Arturius" Campbell (10/2/2015)


    Interesting question, given that, according to msdn & technet, federated Azure have been retired:

    Federations will be retired with Web and Business service tiers in September 2015....

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