Forum Replies Created

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

  • RE: Code Names

    Steve is back with 7 points ....:-)

  • RE: Constraint question

    Try creating a filtered index

    I have given the example as follows;

    CREATE TABLE tbl(col1 tinyint);

    create unique index tbl_idx on tbl(col1) where col1 = 1;

    INSERT INTO tbl VALUES(1),(0),(0)

    INSERT INTO tbl VALUES(0),(0),(0)

    The above...

  • RE: Number of rows returned by different JOINs

    Interesting one 🙂

  • RE: The Case Of the Downward Pointing Arrow

    to arrive to the solution, I tried with guest account (because this account generally has downward pointing arrow)

    so , one option is for sure,

    Connect permission has been revoked

    after this When...

  • RE: Never Stop Learning

    Truly, this site is giving lot of information every day, I am learning a lot through this site.

    I thank every one who is contributing

  • RE: What is 268435456?

    Bangla (6/30/2014)


    I thought it is a phone number of customer help...

    This is interesting and funny, though it is not in the answer options 😉

    Andy could have used it as one...

  • RE: How many Records are Returned?

    Why this question is worth 4 points ?:hehe:

  • RE: What is 268435456?

    I generally use the below sql for logical name,physical name and path for any db, so this number seemed very familiar, after seeing the question, I have immediately tried the...

  • RE: Fun with OVER

    Though QOTD mentions to use sql2012, I had to use only 2008 R2 and i tried with row_number.

    option A and B returned the same result in 2008 R2

    but for option...

  • RE: The Great Escape

    Interesting Question and learnt something new today, Never escaped before 🙂

  • RE: No Files For You

    I was also tossing between 2000 or Cloud, but selected 2000 option

    :crazy: :crying:

  • RE: CTE DML

    BWFC (6/17/2014)


    rhythmk (6/17/2014)


    BWFC (6/17/2014)


    rhythmk (6/17/2014)


    Thanks for question.It reminds me the trick to delete the duplicate records in a table 🙂

    Could you enlighten me on that please? It sounds very...

  • RE: I Gotta See the Code

    Ed Wagner (6/17/2014)


    Andy, your questions are usually thought-provoking, so thank you. It's a good way to wake up my brain.

    +1

  • RE: Compressed Backups

    Hi,

    I have tried taking the backup with the following t-sql commands

    case I

    -----------------------------------------------------

    backup database XTEST_DB to disk

    ='c:\XTEST_DB.bak' with compression

    backup database XTEST_DB to disk

    ='c:\XTEST_DB.bak'

    -----------------------------------------------------

    Both the backups are successful. first backup is with...

  • RE: Manual checkpoints for memory-optmized files

    paul s-306273 (6/12/2014)


    Learning lots about Memory-Optimized Tables...

    +1

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