Forum Replies Created

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

  • 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.πŸ™‚

  • RE: Symmetric Except

    Thanks for an interesting question Igor. I had the biggest problem with an estimate of the result the answer No. 4, where there were no brackets but I did it... 

  • RE: Loading Data

    To load a FULL set of fixed width data I used the function read.fwf (), given in answer No. 3. The result is a data.frame as produced by read.table which...

  • RE: FCI Diagnostics Log

    Sue_H - Monday, March 12, 2018 11:46 AM

    The question is "What code starts the logging process?", not what has to be...

  • RE: FCI Diagnostics Log

    I think the right answer is # 1. At my instance of MS SQL Server Express 2014 I never run ALTER SERVER CONFIGURATION SET DIAGNOSTICS LOG ON.
    When I run...

  • RE: SUBSTRING

    An unexpectedly interesting question about such a simple function, well done, thanks Drew.πŸ™‚

  • RE: How far behind

    An interesting and useful question, thanks Steve.
    I also thank jschmidt 17654 for sharing a perfect general solution, well done. πŸ™‚

    # Create the data frame.
    rank <- c(1,2,3,4,5)

  • RE: Creation of a temporal table

    Luis Cazares - Thursday, February 15, 2018 9:26 AM

    George Vobr - Thursday, February 15, 2018 8:33 AM

  • RE: Creation of a temporal table

    Great question, thanks Evgeny. But I'm not sure if parameter SYSTEM_VERSIONING = ON must be specified.
    How does it mean in Docs when Creating and System-Versioned Temporal...

  • RE: Index Fill Factor

    Maybe the explanation can be found in paragraph 3) of 5 Things About Fillfactor:

    3) Fillfactor doesn’t impact new pages inserted at the end of an index

  • RE: Index Fill Factor

    Thanks for the interesting question Mohammed. Quite hard, but the documentation helped me.
    Is it e.g. "5 Things About Fillfactor", and in Docs "ALTER INDEX...

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