Forum Replies Created

Viewing 15 posts - 121 through 135 (of 178 total)

  • RE: Transparent database encryption

    Great question. For me, I couldn't decide between the background task running after the ALTER DATABASE command completed or immediately, before the ALTER DATABASE completed, as the background thread is...

  • RE: Transparent database encryption

    ako58 (7/5/2011)


    ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_4deptrbl/html/c75d0d4b-4008-4e71-9a9d-cee2a566bd3b.htm

    The pages in an encrypted database are encrypted before they are written to disk and decrypted when read into memory

    That's right, for new writes, but when encryption is set...

  • RE: Date Time range

    Good questions, thanks.

    Unfortunately, I rushed the answer and got it wrong! Doh!

    Not enough due diligence 🙂

  • RE: NUMA

    Tom.Thomson (6/15/2011)


    Nice simple question.

    I guess about two thirds getting it right is reasonable, as it's something a lot of people will not have come across. But currently 16%...

  • RE: NUMA

    Ach... I used that msdn article as my reference before answering the question. However, nowhere does it mention "Software NUMA" but instead uses "Soft-NUMA" (which was not an answer option),...

  • RE: TDE and Replication

    A 50/50 chance of getting this right and, at this time, 50% got it right LOL!! 😀

    Fortunately, I'm in the right half. Cheers Steve.

  • RE: GO

    honza.mf (6/7/2011)


    DugyC (6/7/2011)


    honza.mf (6/7/2011)


    WayneS (6/6/2011)


    Actually, none of those choices are correct. You get back 50 random GUID values.

    1. NEWID() returns a random GUID (aka uniqueidentifier)

    2. Select statement has no order...

  • RE: GO

    honza.mf (6/7/2011)


    WayneS (6/6/2011)


    Actually, none of those choices are correct. You get back 50 random GUID values.

    1. NEWID() returns a random GUID (aka uniqueidentifier)

    2. Select statement has no order by clause,...

  • RE: Page compression

    Yep, 2 different questions with 2 different answers.

    Fortunately for me I answered the second question, but I can understand the frustration for those that answered the first.

  • RE: Memory

    SanDroid (5/23/2011)


    GilaMonster (5/23/2011)


    It's more correctly called the 'plan cache' these days. It used to be called the procedure cache, but since it doesn't just store the plans of procedures, the...

  • RE: Memory

    Great question! Nice to start off the week with. Thank You.

  • RE: Filestream

    Koen Verbeeck (5/20/2011)


    Nice question. Had to do some research on 8.3 naming.

    Me too 🙂 Cheers Steve, learnt something new again.

  • RE: Page Compression

    Nice, and quite straightforward, question for a Monday morning. Thank you.

  • RE: What's Today?

    Living in the UK was sorely tempted to go for the SQL Server answer, but couldn't find the definite date of release through Google... so went to eliminate the rest...

  • RE: Dating for DBAs - a second date

    Great question perfectly worded. It was quite clear that dateformat was relevant to the question and that you were looking for only the 2 statements that would work under all...

Viewing 15 posts - 121 through 135 (of 178 total)