Forum Replies Created

Viewing 15 posts - 76 through 90 (of 325 total)

  • RE: Backup to Recovery

    Thanks Steve for this interesting question, but your explanation de facto confirms the correctness of answer number 4.

  • RE: More Nested Tuples

    Saurabh.D - Wednesday, October 31, 2018 6:35 PM

    I tried below example from w3schools.com and getting an error. 

    Example:
    thistuple = ("apple", "banana", "cherry")
    thistuple[1] = "blackcurrant"
    # The values...

  • RE: More Nested Tuples

    Arno.Hubert.Janssen - Wednesday, October 31, 2018 6:53 AM

    Misread the question and picked option 5 - Costumes[1][2][0:1]
    Would that return both "Blue" and "Orange"?
    I'm not...

  • RE: STRING_SPLIT()

    I can not run the code, the article "Splitting Strings in SQL Server 2016" explains this differently.

  • RE: Restore options

    Thanks, Steve for a pretty interesting question. After reading the Docs "Enable or Disable Backup Checksums During Backup or Restore (SQL Server)", I was not sure of the...

  • RE: CUTting data

    An interesting question, thanks Steve. Explaining the cut function is not easy for short. In one or two sentences impossible.
    First I found the syntax of the cut function in 

  • RE: SMO Scripting

    An interesting question with a brief and austere explanation. I was glad to find a good explanation on this msdn blog: SMO Scripting Basics and then in MS Docs...

  • RE: Automated Indexes

    Thanks Steve for an interesting question. This is an illustrative example of utilizing AI in practice.

  • RE: Mutable Objects

    An interesting question and good explanation with useful links, thanks Steve. My first tip was that the value
    of the name j would not change, but fortunately in the title of...

  • RE: Log shipping for SQL Server 2017 on Linux

    ZZartin - Thursday, April 19, 2018 10:01 AM

    Don't know if this has been discussed elsewhere but are backups and restores also possible...

  • RE: Detaching CDC

    gary.mazzone - Thursday, April 12, 2018 6:29 AM

    According to MS docs you need to add the KEEP_CDC if reattaching to a new...

  • RE: Detaching CDC

    sestell1 - Thursday, April 12, 2018 6:06 AM

    fritsvanruyven - Thursday, April 12, 2018 2:21 AM

  • RE: What's going on?

    Solomon Rutzky - Monday, April 9, 2018 12:01 PM

    George Vobr - Monday, April 9, 2018 8:01 AM

  • RE: What's going on?

    Interesting is specified this question, a long time I decided to answer.
    If I run the code given in the Explanation, the result is number 12 and it looks like...

  • RE: Sensitive Context

    An interesting question, thanks for the perfect explanation, I learned something new.🙂

Viewing 15 posts - 76 through 90 (of 325 total)