Forum Replies Created

Viewing 15 posts - 151 through 165 (of 325 total)

  • RE: Database TDE

    Thanks for this interesting question, Henrico. Tempdb has default value for ENCRYPTION set to OFF and this setting cannot be modified.
    What the documentation doesn't say is what happens...

  • RE: SET PROCESS AFFINITY

    +1
    According to MSDN, AUTO is an option for value of a featured syntax elements... 😉
    Thanks Steve for this question.

  • RE: Finding Triggers

    Interesting question, thanks Steve, to exercise logical reasoning...😉
    That a table has INSTEAD OF Trigger can be determined using OBJECTPROPERTY function with Property name 'HasInsteadOfTrigger',
    e.g. in the example...

  • RE: Fun with Time

    Steve Jones - SSC Editor - Tuesday, February 28, 2017 9:34 AM

    George Vobr - Tuesday, February 28, 2017...

  • RE: Fun with Time

    Thanks Steve for this question, yes I had a "Fun with Time", but it cost me just a little time.🙂


    DECLARE @t TIME = GETDATE();
    SELECT DATEDIFF(MINUTE, 0,...

  • RE: DBCC PAGE

    Thanks Henrico for an interesting question about undocumented DBCC commands.
    Clear explanation I found in this blog from Paul White. Interesting is also this Paul Randal's blog.😉

  • RE: Adding More Power

    Thanks for this question. I learned something new. I appreciate the Microsoft Azure documentation😉

  • RE: Data import files

    Tough and interesting question, but well specified and after some time, I happily found a good explanation
    on MSDN in the...

  • RE: Which President

    Thanks for this funny question. An interesting trip into the history of Presidents of the United States. And I had have to brush up the POWER() math function...🙂

  • RE: Vertical Blocks of Code

    dale_berta - Wednesday, February 15, 2017 6:11 AM

    amish-215805 - Wednesday, February 15, 2017 12:10 AM

    its...

  • RE: The SMO Database Class

    Stephanie Giovannini - Tuesday, February 14, 2017 7:32 AM

    Despite both references (including MSDN) stating that the Database class can be used to create...

  • RE: Mixed page allocation

    Description of the argument <mixed_page_allocation_option> ::= in the MSDN ALTER DATABASE is unhappily worded.
    A clear explanation is in the MSDN tempdb Database, paragraph Database Options.

  • RE: The differential PoSh backup

    sknox - Tuesday, February 7, 2017 6:19 AM

    This is exactly why I can't get behind PowerShell (and many other Microsoft things, for that...

  • RE: BULK ADMIN

    BillLudlow - Monday, February 6, 2017 1:10 AM

    Good question, there is a common misconception that this role has a much wider scope.

    +1
    Yes,...

  • RE: SQL Server 2016 Just Runs Faster - Encryption

    Thanks for this question. It's another compelling reason why to install MS SQL 2016.😉
    AES_NI support in SQL Server 2016 Glenn Berry describes in this article with other interesting...

Viewing 15 posts - 151 through 165 (of 325 total)