Forum Replies Created

Viewing 15 posts - 1,006 through 1,020 (of 7,484 total)

  • RE: The Penalty for a Data Breach

    I think this editorial seems a bit confused, data loss is just one sort of data breach, revealing secret or confidential data is another very different kind of data...

  • RE: Are the posted questions getting worse?

    BWFC (6/13/2016)


    BrainDonor (6/13/2016)


    SQL Saturday Manchester, on July 23rd - who (apart from Hugo) will be going?

    I've got my name down so I should be there. The pre-holiday shopping trip...

  • RE: Default OPENJSON

    A nice easy JSON question to start the week - very different from last weeks start with a difficult JSON question where there appears to be no MS documentation covering...

  • RE: The altered view

    Nice question and nice clear explanation. The third easy question in a row.

    I was surprised to see how many got it wrong so far (more than 200...

  • RE: Today's Random Word!

    HappyGeek (6/8/2016)


    Skinflint

    Pinchpenny

  • RE: Are the posted questions getting worse?

    Luis Cazares (6/8/2016)


    What's your impression on this campaign? https://youtu.be/vXeF6Uot8pk

    I feel that the main message is correct, but it's not handled correctly which ends up on the message being lost.

    It's handled...

  • RE: Are the posted questions getting worse?

    Hugo Kornelis (6/7/2016)


    GilaMonster (6/7/2016)


    What I've advised for years is to notify on lack of success (eg: have a monitoring server check that the backup ran, and if it didn't, send...

  • RE: Beginning a CTE

    I read the latest version of the "correct" answer again, and it's rather amusing.

    if we start with two statements and the first is not terminated by a semicolon,...

  • RE: Beginning a CTE

    Sean Lange (6/7/2016)


    tom.w.brannon (6/7/2016)


    The answer should be No. Open a new window and paste in the following and it works just fine:

    with myCTE(n)

    as

    (select 1

    )

    select * from myCTE

    No semicolons anywhere...

  • RE: The Last Order

    Good question.

    After a hard one yesterday to start the week and an ambiguous (to say the least) one to end last week it was a nice change to get ...

  • RE: ISJSON

    sestell1 (6/6/2016)


    Thanks Igor for the interesting question.

    This is definitely good to know, since it doesn't seem to be documented anywhere. :crazy:

    In particular, it's not documented in the "good discussion...

  • RE: Beginning a CTE

    Steve Jones - SSC Editor (6/3/2016)


    We can be pedantic if we want. However, a batch consists of 1 or more statements. The option notes that the previous statement is not...

  • RE: Beginning a CTE

    Steve Jones - SSC Editor (6/3/2016)


    That's fine.

    I'll still disagree as well. Given history and the way many samples are given, there is often this code:

    ...

    ; with mycTE()

    ...

    I hope to bring...

  • RE: Beginning a CTE

    I have to agree with Toreador and with Lynn. The option claimed to be correct is in fact incorrect. The only thing that can begin with a...

  • RE: Certificate

    Quite an amusing question.

    At first I thought there was no correct answer, and re-reading it didn't shed any light. But the second time I re-read...

Viewing 15 posts - 1,006 through 1,020 (of 7,484 total)