Forum Replies Created

Viewing 15 posts - 376 through 390 (of 819 total)

  • RE: In Database We Trust

    Good question!

    Thanks!

    create database DEFAULT_DATABASE

    This runs!

    create database DELETE

    This DOESN'T run!

    You can use reserved words that stand for OPTIONS!

  • RE: IDENTITY

    Thomas Abraham (2/19/2014)


    Good question. Thanks Igor.

    If you want numbers for your records in a SELECT, why not use:

    ROW_NUMBER ( ) OVER ( <partition_by_clause> <order_by_clause> )

    in...

  • RE: IDENTITY

    SQLRNNR (2/19/2014)


    I wonder how many people have used identity in this way (select into...).

    Just one per year!

    😉

  • RE: Valentines Day

    twin.devil (2/14/2014)


    now who said sql server does not have a heart 😛

    +1

    😛

  • RE: Logic Precedence

    Do Humor questions take 7 points?

    Extremely easy.

    😀

  • RE: Analysis Services Multidimensional

    I also found this doc from MSDN that explains the answer

    SSAS2005PerfGuide.doc

  • RE: Analysis Services Multidimensional

    Easy one!

    Thanks!

    🙂

  • RE: Compression

    It is too much easy and logical!

    😀

  • RE: IDENTITY RESEED

    Koen Verbeeck (1/24/2014)


    Great question and a very nice explanation.

    +1

  • RE: I No Longer Have Access to My DB and I'm a DBCreator!

    Andy Warren (1/22/2014)


    Comments posted to this topic are about the item <A HREF="/questions/Security/105935/">I No Longer Have Access to My DB and I'm a DBCreator!</A>

    Easy one! Thanks!

    😀

  • RE: Tempdb

    Very easy one!!! ... after reading BOL!

    😀

  • RE: Filtered Index vs Indexed View

    sneumersky (1/17/2014)


    That was a nice one--though I have never encountered a case where I would intentionally use a filtered index on a table that also has an indexed view on...

  • RE: Filtered Index vs Indexed View

    Sean Pearce (1/17/2014)


    Hugo Kornelis (1/16/2014)


    Carlo Romagnano (1/16/2014)


    The focus of the question is "How are filtered indexes usefull?".

    My answer is "They are not so usefull as Indexed view".

    Isn't this like saying...

  • RE: Filtered Index vs Indexed View

    Luis Cazares (1/15/2014)


    One more reason for me to avoid index query hints, unless it's completely necessary and throughly tested.

    The focus of the question is "How are filtered indexes usefull?".

    My answer...

  • RE: Filtered Index vs Indexed View

    I was surprised to see that the question instructs people to run the query first. Should that not have been "without running the query, ..."? (That's how I did it...

Viewing 15 posts - 376 through 390 (of 819 total)