Forum Replies Created

Viewing 15 posts - 556 through 570 (of 716 total)

  • RE: Members of windows group

    Anoo S Pillai (3/13/2014)


    SQLRNNR (3/13/2014)


    Based on the wording of the question, I have to throw this out there too!

    xp_cmdshell 'net localgroup administrators'

    GO

    xp_cmdshell 'WMIC USERACCOUNT LIST BRIEF'

    GO

    xp_cmdshell 'WMIC USERACCOUNT LIST FULL'

    GO

    Which...

  • RE: Members of windows group

    Koen Verbeeck (3/13/2014)


    Nice question, had me to do some research.

    Same here.

  • RE: Updating Statistics

    TomThomson (3/14/2014)


    Nice question, I had forgotten that sp_updatestats existed so I got it wrong. Maybe now I'll remember 😉

    How did I miss that?! the database level.:hehe:

  • RE: Updating Statistics

    sestell1 (3/14/2014)


    OCTom (3/14/2014)


    Koen Verbeeck (3/14/2014)


    Richard Warr (3/14/2014)


    Stewart "Arturius" Campbell (3/14/2014)


    Interesting question, thanks Steve.

    Misread the question, thought it meant the highest level that a single command can be used...

    ah well...

    Same here...

  • RE: Schema & Renaming Fun

    crussell-931424 (3/13/2014)


    Definitely not not funny.

    Definitely.

  • RE: Schema & Renaming Fun

    pmadhavapeddi22 (3/12/2014)


    Thanks for the question.

    You have given a hint in QOD to select one option out of 3.

    --CLEANUP:

    --use master

    --drop database xSchemingFun

    --drop login qodschemingfun

    The above hint tells that database and...

  • RE: T-SQL SELECT..INTO

    Ed Wagner (3/11/2014)


    The identity got me.

    😀

  • RE: T-SQL SELECT..INTO

    j.green (3/11/2014)


    free_mascot (3/11/2014)


    Yes, initially I have drafted the question straight forward but it looks very simple. Deliberately make it complicated by tricky language to make challenging.

    Usually everyone knows correct...

  • RE: In-Memory OLTP - SQL Server 2014

    paul s-306273 (3/10/2014)


    If 'could be' is an option, it's often right.

    Should have gone for that.

    🙂

  • RE: In-Memory OLTP - SQL Server 2014

    First explanation in QotD since quite long time without a reference!

  • RE: View My Definition

    From my previous hands-on experience, the correct answer should be "View Definition must be granted in each database". and by the way that`s the highest percentage answer.

  • RE: View My Definition

    Ford Fairlane (3/6/2014)


    Could have been this or could have been that but we assume the other.... didn't like the question.

    Neither did I.

  • RE: REPLACE behavior

    Too easy, no need even to run the code this time 🙂

  • RE: SSIS and Transaction Log Growth

    Interesting question and discussion.

  • RE: SSIS and Transaction Log Growth

    Nevyn (3/5/2014)


    Koen Verbeeck (3/5/2014)


    Interesting question, but I do not agree entirely with the answer.

    Setting the commit size to a lower value will commit batches before the entire load is done....

Viewing 15 posts - 556 through 570 (of 716 total)