Forum Replies Created

Viewing 15 posts - 256 through 270 (of 455 total)

  • RE: The Sequence Object in SQL Server 2012

    okbangas (6/4/2012)


    sknox (6/4/2012)


    danl-971512 (6/4/2012)


    It also makes it easier to "blow the lid" off of big-int based sequences especially if a single sequence is used in large or huge tables.

    And IDENTITY...

  • RE: The Sequence Object in SQL Server 2012

    danl-971512 (6/4/2012)


    It also makes it easier to "blow the lid" off of big-int based sequences especially if a single sequence is used in large or huge tables.

    And IDENTITY is better...

  • RE: Transactions 3

    John Mitchell-245523 (5/30/2012)


    Hugo Kornelis (5/30/2012)


    John Mitchell-245523 (5/30/2012)


    I must admit I'm surprised that having SET XACT_ABORT OFF is the default.

    I am not. I prefer to be able to handle my errors...

  • RE: Master Keys

    There is no direct reference in BoL, but there are plenty of indirect references. From http://technet.microsoft.com/en-us/library/ms174382.aspx for example:

    The database master key is a symmetric key used to protect the private...

  • RE: Transactions 2

    Nakul Vachhrajani (5/22/2012)


    Good question with a couple of learning points.

    1. By default SQL does not abort the entire transaction if it encounters a statment-level failure. In this case, the primary...

  • RE: Select Statement

    archie flockhart (5/22/2012)


    Yes, I can see a reason for having an 'integer division' operation. That doesn't mean it needed to be the default behaviour whenever two integers are divided.

    And it...

  • RE: DBCC CHECKDB

    I take issue with this option:

    DBCC CHECKDB can repair corruption if you specify the REPAIR_ALLOW_DATA_LOSS option.

    This is not always true (it depends on exactly where the corruption is), and when...

  • RE: SELECT * usage

    L' Eomot Inversé (5/10/2012)


    Hugo Kornelis (5/10/2012)


    I have to disagree with you, Tom.

    Sure, the wording could have been better. I'll immediately agree to that.

    But the question clearly asks: "When does a...

  • RE: View 7

    bitbucket-25253 (5/8/2012)


    ...unfortunately as of this point in time I have an additional 8 QOD scheduled...

    FTFY 😀

  • RE: View 7

    bitbucket-25253 (5/8/2012)


    Hugo Kornelis (5/8/2012)


    dogramone (5/8/2012)


    Wow, did a google search and there was no mention in any of the four posts I checked about the count_big so I got it wrong.

    You...

  • RE: View 7

    Hugo Kornelis (5/8/2012)


    dogramone (5/8/2012)


    Wow, did a google search and there was no mention in any of the four posts I checked about the count_big so I got it wrong.

    You would...

  • RE: What is the logical Processing order of select statement

    Hugo Kornelis (5/3/2012)


    What bothers me (about the documentation referenced, not about this question) is the relative order of ON and JOIN - how can the ON be processed without first...

  • RE: Sequences III

    mtassin (5/1/2012)


    sknox (5/1/2012)


    The problem comes in when you specify some values but leave others at default, as in this scenario, or when you haven't used a feature for a while,...

  • RE: Sequences III

    mtassin (5/1/2012)


    marlon.seton (5/1/2012)


    I think this question indicates that using default values with a new item like CREATE SEQUENCE isn't a great idea. I, for one, will be defining everything...

  • RE: Demystifying the use of CASE in an ORDER BY statement

    ben.kimball (4/26/2012)


    Seems a good example of how tired and overloaded SQL syntax has become.

    There's no overloading here. The only issue is with people assuming that CASE is overloaded when it...

Viewing 15 posts - 256 through 270 (of 455 total)