Forum Replies Created

Viewing 15 posts - 31 through 45 (of 67 total)

  • RE: Default schema

    Victor Kirkpatrick (3/31/2014)


    I went through the trouble of adding login king_login, and not as a member of sysadmin role. The table was created in the wonderland database with schema dbo,...

  • RE: Default schema

    I went through the trouble of adding login king_login, and not as a member of sysadmin role. The table was created in the wonderland database with schema dbo, not king_schema....

  • RE: Order My Data

    This question should be deleted before people go away with a very very very bad assumption: I can throw a clustered index on a column and always expect it to...

  • RE: DEFAULT

    Might be an easy one, but I learned something: the WITH VALUES clause. Thanks.

  • RE: FK to IDENTITY

    Great QOTD today! Reminded that failed inserts still increase the identity. And, if you did NOT include the SET IDENTITY OFF statement, then people would have been complaining that you...

  • RE: CASCADE - 1

    peter.row (3/20/2013)


    Basic question designed to seem like a trick?

    This applies equally to SQL Server 2005 and 2008 not just 2008R2 and 2012.

    Exactly... delete cascade is available in 2005 & regular...

  • RE: Clustered Index

    Best QOD in quite some time. Question & explanation clear and concise, got the question right, AND I learned two things to boot. Thanks demonfox!

  • RE: The Lonely and Neglected Cartesian Product (Cross Join)

    One of the best QOTD's I've seen in a long time, with a great explanation and code setup. Thanks.

  • RE: Tracking Processes

    Love answering a question correctly and getting it wrong. Either correct the question and say total IO and not "reads", or correct the answer.

  • RE: Index defaults 1

    Awesome question. Instinct was to pull the trigger on clustered, but then I made sure to read all the answers. So I tried to create the table and also add...

  • RE: Treat the Database like Code

    As Grant says, I think "B" is your best option. We've been doing this for years using Tortoise Hg. I don't have ANY IDEA how we used to manage the...

  • RE: INSERT OUTPUT

    CDC is available in the Enterprise, Developer, & Evaluation editions of both 2008 and 2008 R2

  • RE: INSERT OUTPUT

    Good question about a very useful feature that a lot of people do not appear to know about. You can also use the OUTPUT clause with the MERGE command too....

  • RE: Which Versions of SQL Server Do You Have?

    We have upgraded all of our systems to 2008 R2. Whenever a new release comes out, we are all over it, upgrading our SQL Server systems at the first opportunity...

  • RE: Enabling TDE

    Had to bone up on TDE to get this one... which btw, is exactly what Steve is looking for in the QOD anyway, right? Good question. Learned a few things...

Viewing 15 posts - 31 through 45 (of 67 total)