Forum Replies Created

Viewing 15 posts - 6,631 through 6,645 (of 7,484 total)

  • RE: Where are you?

    Ray K (10/6/2010)


    So whose towns have the best brew-pubs?

    Congleton, Cheshire, England has The Beartown Tap (pb) which serves ales brewed locally by The Beartown Brewery.

    Dunbar, East Lothian, Scotlan has The...

  • RE: Today's Random Word!

    Brandie Tarvin (10/6/2010)


    CirquedeSQLeil (10/6/2010)


    Wow, SSC is all about milestones this week.

    This thread is about to break 3000 posts too.

    Post for the sake of bumping the post #. @=)

    And another.

  • RE: Triggers and Transactions

    honza.mf (10/5/2010)


    I don't know. You are right but experiments show this behaviour.

    Many times I read BOL or some other documentation I feel like being in the helicopter.

    BoL often makes me...

  • RE: Triggers and Transactions

    Nice question.

    But is there something wrong with the documentation? The BoL page referenced states

    @@TRANCOUNT is incremented by one when entering a trigger, even when in autocommit...

  • RE: Are the posted questions getting worse?

    GilaMonster (10/4/2010)


    I'm not sure I got the order of operation there correct. Do you check that it's the correct DB before or after dropping it?

    Definitely after. Life gets...

  • RE: Are the posted questions getting worse?

    Paul White NZ (10/3/2010)


    Tom.Thomson (10/3/2010)


    Anyone know of any MS plans to improve in this area?

    Yes, they have confirmed SHA2 will be present in Denali:

    http://connect.microsoft.com/SQLServer/feedback/details/585006/improve-hashing-support-hashbytes-improvements

    For the time being we have SQLCLR...

  • RE: Are the posted questions getting worse?

    Today I wanted to fnd out where hashbytes has got to in 2008 R2, so I looked it up (http://msdn.microsoft.com/en-us/library/ms174415.aspx).

    I was appalled by what I found - the hashbytes function...

  • RE: Updating through cursors

    The chosen answer is wrong, the right answer is "it depends". The whole point of the "For Update" mark on a cursor declaration is to ensire that ITU locks...

  • RE: DB File Extension

    I fell into the same trap as a couple of others: I assumed that "default" meant that the system would supply that extension as a default, so I left out...

  • RE: Security Principals

    Good question.

    I was in two minds whether to tick "certificates" or not: after all, Server Level principals like ##MS_PolicySigningCertificate##, ##MS_PolicyEventProcessingLogin##, and so on are certificate derived, some even...

  • RE: AUTO_CLOSE

    I wonder why MS decided to make Express a bit clunky by default.

  • RE: Database Snapshots

    Why should you expect dropping the snapshot and recreating it to work if you don't allocate some extra space for it? Surely it will just run out of space...

  • RE: Replication

    The answer is slightly wrong, in that the log reader agent doesn't look at the logs of all databases configured for transactional replication, it only looks at the logs of...

  • RE: Policy Based Management (PBM)

    Nice clean question and nice clean answer.

    I think the "policy stored in XML file" thing is a complete red herring - if the policy isn't in MSDB it isn't a...

  • RE: Policy Based Management (PBM)

    Nice question, Nice clear explanation.

    The concept of something that happens "on demand" is automated is somehat amazing, but 37% of replies chose that bizarre concept.

Viewing 15 posts - 6,631 through 6,645 (of 7,484 total)