Forum Replies Created

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

  • RE: Start Running R Scripts

    The fourth answer is not correct. It is not necessary to install the Microsoft R Server for using R code. See, e.g. this MSDN article Set up SQL Server...

  • RE: Trace Flag Status

    Intuitively I estimated that I got it wrong...:crying: But I found how to check enabled Trace Flags for SQL Server.
    On my server I have enabled two global TF 7806...

  • 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...

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