Forum Replies Created

Viewing 15 posts - 91 through 105 (of 812 total)

  • RE: Restore options

    Steve Jones - SSC Editor - Thursday, June 28, 2018 11:14 AM

    ?? When is it a good question? When did I do...

  • RE: Restore options

    Steve Jones - SSC Editor - Tuesday, June 26, 2018 3:02 AM

    Points awarded back. I never looked at compression, just randomly choosing...

  • RE: Restore options

    From BOL:

    To enable backup checksums in a BACKUP statement, specify the WITH CHECKSUM option. To disable backup checksums, specify the WITH NO_CHECKSUM option. This is the...

  • RE: Page considered Suspect in SQL Server 2017

    Stewart "Arturius" Campbell - Monday, May 21, 2018 11:27 PM

    Had to read up on this (haven't dealt with suspect databases for quite...

  • RE: Dropping Event Sessions

    From BOL:
    Remarks
    When you drop an event session, all configuration information, such as targets and session parameters, is completely removed.

  • RE: EMPTYFILE

    tonykindermann - Wednesday, May 2, 2018 6:01 AM

    Hi Steve,
    Great question!!

    But from my experience and test on SQL2017... In the end of the...

  • RE: TRY to CAST

    Japie Botma - Tuesday, April 10, 2018 12:59 AM

    So TRY_CAST is a new function.  Maybe you should specify the version. 🙂

    No, it's...

  • RE: Sensitive Context

    This applies only to uniqueidentifier. For variables of type char, varchar, etc. not.
    I created the table 'aaa' in tempdb which has a binary collation.
    I created a db...

  • RE: Performance of GROUP BY multiple columns

    In this only specific example, you are right, but I think that the correct answer is "Depend" on the order of the query because of the data cache.
    The...
  • RE: The DTU Counters

    Here states different:

    DTUs provide a way to describe the relative capacity of a performance level based on a blended measure of CPU, memory, and read and...

  • RE: Set-Based String Splitting table function

    bevanward - Saturday, March 17, 2018 11:21 AM

    Comments posted to this topic are about the item Set-Based String Splitting table function

    You ...

  • RE: Python division

    Steve Jones - SSC Editor - Thursday, March 15, 2018 9:03 AM

    Arrgg, sorry. Holiday yesterday. Checked the wrong box, though the explanation...

  • RE: Python division

    "The // operator is an integer division operator" that's false (-20). It's a FLOOR division (-21).
    Learn the Syntax

  • RE: FORMAT that string

    Jeff Moden - Thursday, March 1, 2018 3:42 PM

    RIGHT(SomeIntZip+100000,5)

    It's my favorite

  • RE: FORMAT that string

    What's the result of the following query?

    SELECT FORMAT(COUNT(*),'#')
    FROM HolydaysToDo
    WHERE HolydaysToDo.Name = 'Steve Jones'

    The result:
    Arithmetic overflow error...

Viewing 15 posts - 91 through 105 (of 812 total)