Forum Replies Created

Viewing 15 posts - 331 through 345 (of 673 total)

  • RE: Identity Crisis: Attack of the Clone

    steven.chester (5/11/2011)


    What's funny is that I couldn't pick my first answer: a syntax error. There's a superfluous comma in the DDL for the table.

    That comma does not generate any...

  • RE: Identity Crisis: Attack of the Clone

    Richard Warr (5/11/2011)


    A question that enables most people to get the correct answer after some careful thought is by no means "too simple". Especially as over 1/3 of respondants have...

  • RE: Identity Crisis: Attack of the Clone

    Good easy question, but I do not agree with the answers explination.

    A unique constraint is what a table needs to garuntee an column does not repeat values.

    Making a column part...

  • RE: Performance Counters

    Peter Trast (5/9/2011)


    We have had alot of really good questions the last few weeks, although I am not sure if questions that DON'T start a debate are really so great...

  • RE: Performance Counters

    Steve Jones - SSC Editor (5/9/2011)


    John Mitchell-245523 (5/9/2011)


    I discounted Page splits/sec because page splits are also caused by INSERT statements, and therefore if you wanted to measure the rate at...

  • RE: Restoring Editions

    Paul Randal (5/6/2011)


    There's no choice but to have it behave that way because something in the transaction log that gets recovered at the end of the restore good disable compression...

  • RE: Restoring Editions

    jadsmith (5/6/2011)


    It would depend on if the database backed up contains Enterprise features or not. If not the backup should restore with no problems. The question doesn't say that there...

  • RE: The Titanic Cloud

    I do not know if PSN is considered true "cloud".

    It affected 25 million SOE users for over 14 days, and who knows the count of users that where unable to...

  • RE: TempDB Deleted Accidentally

    Nice article on how to save you self with single user mode.

    As has already been menationed know to use the -f switch is a question every DBA should ready for...

  • RE: Heaps

    Koen Verbeeck (5/3/2011)


    Nice question! You really had me in doubt, as 4 seemed a too easy answer 🙂

    I felt the same way, but knew the answer was 4.

    I...

  • RE: See the query in sp_execute

    Ninja - If the reports running these mystery querries are Crystal Reports or Business Objects Reports you are in for some fun.

    I worked in a large environment that...

  • RE: Killing Statistics

    Wow....

    I thought this was a real easy question until I saw the results.

    I saw a lot of people asking if this is used a lot in the real world.

    My Answer:

    In...

  • RE: Resource Governor Calculations

    Peter Trast (4/28/2011)


    I am fairly sure that some of the calculations in the article http://www.sqlservercentral.com/articles/Resource+Governor/64034/ are incorrect. When calculating the Effective MAX for a pool you do NOT include the...

  • RE: Resource Governor Calculations

    Chris Umbaugh (4/28/2011)


    When attempting to learn the effective max% concept I read the following SQLServer Central article which I find misleading (at least as I interpreted it): http://www.sqlservercentral.com/articles/Resource+Governor/64034/

    It...

  • RE: Function to get number of days in month

    Obs (4/28/2011)


    Well played!

    Slope (4/27/2011)


    Of course, if you use a calendars table you never have to worry about having to code or validate any date calculations ever again. 😛 Sure...

Viewing 15 posts - 331 through 345 (of 673 total)