Forum Replies Created

Viewing 15 posts - 391 through 405 (of 825 total)

  • 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...

  • RE: Filtered Index vs Indexed View

    jchu 39760 (1/15/2014)


    Could you please explain more details about the pass of query 4 and the fail of query 6?

    The error 8622 is raised when you are searching a value...

  • RE: Dropping indexes

    PRR.DB (1/1/2014)


    Good Question..

    +1

    🙂

  • RE: New Year's Eve

    sqlnaive (12/30/2013)


    Easy QOTD to end the year on good note.

    Thanks Steve and all for making the year wonderful and interactive with QOTD efforts. And a wish you a wonderful...

  • RE: predict the output

    I remembered the double behaviour!

    😀

  • RE: Replicating Data with Mobile Clients - SQL Server 2012

    Hany Helmy (12/17/2013)


    Nice & easy question, can be simply answered by just excluding the non-logic answers.

    ... or including the only possible!

    😀

    +1

  • RE: Central Management Servers

    Good! I will try!

    😀

  • RE: Hekaton

    Mr. Kapsicum (12/5/2013)


    this is one feature that i am eagerly waiting,,, wanna try my hand out on this.

    😎

    +1

  • RE: Declare @local variable

    Starting from sqlserver2008, you can declare and set a variable in one statement,

    but you can NOT initialize a second variable with another inside the same declaration.

    declare @a varchar= 'A'

    ,@b varchar=...

  • RE: Filegroup for indexes

    Pawel Borkowski (12/3/2013)


    According to the explanation - I think that 3rd query shall be about table, not about index:

    WHERE i.name = 'Tab1'

    No, it returns the filegroup for the index.

Viewing 15 posts - 391 through 405 (of 825 total)