Forum Replies Created

Viewing 15 posts - 406 through 420 (of 825 total)

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

  • RE: Analytical functions available in SQL 2005

    Bah!

  • RE: Using Max()

    I couldn't believe!

    I never expected this kind of question!

    It is the same as:

    any number multiplied by 0 returns ZERO,

    so, you assume that any number added to zero should return ZERO!

    :w00t:

  • RE: COUNT, COALESCE, ISNULL, DISTINCT

    murray-906152 (11/6/2013)


    Steve,

    you state 'NOTE: You will notice that James was case insenstive (COLLATE SQL_Latin1_General_CP1_CI_AS )' in your answer but this is very much site specific.

    (I answered on the basis that...

  • RE: Compressing Filestream

    It is recommended that you set the clusters to 4kb.

    Thanks! 🙂

  • RE: 9002 ERROR

    What's DOA?

  • RE: Date Functions

    Till now "Ask a co-worker?" is 0%.

    I am really surprised!

    😛

  • RE: Slowly Changing Dimension Transformations

    Good work! 🙂

  • RE: Space missing in SELECT statement

    Good tricky question!

    😀

  • RE: Parameter sniffing

    palotaiarpad (10/17/2013)


    Is it a useful knowledge?

    Yes, it is.

    Sometimes, store procs run slow because of parameters sniffing and obsolete query plan.

    If you recompile, store procs may run better.

Viewing 15 posts - 406 through 420 (of 825 total)