Forum Replies Created

Viewing 15 posts - 91 through 105 (of 213 total)

  • RE: Variable Array Table

    Hugo Kornelis (10/12/2010)


    lukus_g (10/12/2010)


    so, does the transaction actually run and get rolled back?

    No.

    The author of the question uses a long explanation to expand on how usefull the possibility to use...

  • RE: Printing Lengths

    Thanks for the question! Learned something today. I knew about the default length for char/varchar, but not the convert issue. An important sample to show why you shouldn't omit default...

  • RE: Shrink Database

    SanDroid (8/10/2011)


    hakan.winther (8/10/2011)


    SanDroid (8/10/2011)


    SQLRNNR (8/10/2011)


    I think this is a great question.

    As would I if the error in the script did not cause the wrong result.

    It seems incorrect to give a...

  • RE: Shrink Database

    OzYbOi d(-_-)b (8/10/2011)


    great question. hope that the lesson isn't lost in all the kerfuffle... 😀 :hehe:

    I agree with you! There are so many databases with performance issues and...

  • RE: Shrink Database

    SanDroid (8/10/2011)


    SQLRNNR (8/10/2011)


    I think this is a great question.

    As would I if the error in the script did not cause the wrong result.

    It seems incorrect to give a point to...

  • RE: Fun(?) with DATETIME2

    I expected it to work and it did ( as it should in most countries except in brittain ) 🙁

  • RE: Shrink Database

    j_baldwinson (8/10/2011)


    I was expecting the fragmentation to grow on the basis that pages at the end of a database file get moved to empty pages earlier during a shrink.

    When i...

  • RE: Shrink Database

    I am surprised that 60% thought it wouldn't increase! Shrinking a databases is like the opposite of defragmentation! I have seen some terrible examples at some clients using "auto shrink"...

  • RE: Computed Column Divide by Zero?

    Good question, i thought it would happen upon insert, but I didn't realize that it was not persisted.

  • RE: Can the Secondary files in a database be taken offline?

    Good question! I also want to recommend everyone to create one or more filegroup for user objects (like tables and indexes) and never place any user object in primary filegroup....

  • RE: Page Compression in Heaps

    Tanks for the question, I learned something today.

  • RE: TRUNCATE in TRANSACTION

    Thanks for the trick question, I am glad someone dares to post questions to QotD.

  • RE: SELECT TOP

    The correct answer should be "it depends". As already stated, there are no guarantees even it seem to work in some cases, but with larger tables, parallell plans, many users...

  • RE: Table Design

    Excellent question, I guessed the right answer, but I definitely learned something.

Viewing 15 posts - 91 through 105 (of 213 total)