Forum Replies Created

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

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

  • RE: Order My Data

    Koen Verbeeck (12/2/2013)


    Evgeny (12/1/2013)


    What is wrong with this answer?

    CREATE NONCLUSTERED INDEX IDX_A ON #temp1(a)

    +1

    Why is this answer "incorrect"?

    Flawed question today, better luck next time 🙂

    It's wrong because the optimizer...

  • RE: Order My Data

    steve.jacobs (11/30/2013)


    Comments posted to this topic are about the item <A HREF="/questions/T-SQL/104494/">Order My Data</A>

    OhiOhiOhi.

    The only right answer is add a "order by clause" to the select statement.

    Without the order by...

  • RE: SQL Server 2014 Configuration

    Koen Verbeeck (11/18/2013)


    Please read the entire MSDN page you linked to.

    The following SQL Server Database Engine features are supported in the next version of SQL Server, but will be removed...

  • RE: Computed columns Data Types

    Optimum!

  • RE: REGEX

    That's true:

    In SQL Server, regular expressions really are poor.

    😎

  • RE: Data Compression

    Koen Verbeeck (11/13/2013)


    First of all, this question is way too easy. Enterprise has all the features, so you don't even have to think.

    Secondly, developer is the same as enterprise feature-wise,...

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