Forum Replies Created

Viewing 15 posts - 256 through 270 (of 812 total)

  • RE: Filtered Indexes

    edwardwill (4/22/2015)


    I copied and pasted the code into SQL Server 2014 and got this:

    Msg 156, Level 15, State 1, Line 21

    Incorrect syntax near the keyword 'OR'.

    Msg 156, Level 15, State...

  • RE: Filtered Indexes

    Good question!

    I do not like "Filtered indexes", they are too much limited. I prefer indexed view.

  • RE: NONclustered 2 clustered

    karthik babu (4/20/2015)


    Nice Question.. Index remains same irrespective of altering the table by adding a constraint and then by adding an unique clustered index.. I believe the index should have...

  • RE: Using LAG

    Hugo Kornelis (4/15/2015)


    But note that supplying an offset only produces the expected results if you can be sure that there is exactly one row per month in the sales table....

  • RE: Legal/illegal characters in table name

    Try to answer this one:

    Table Array[/url]

  • RE: Temp Table Names

    A GLOBAL temporary table has 128 characters as the limit.

  • RE: Legal/illegal characters in table name

    MyDoggieJessie (4/7/2015)


    This assumes that you have a schema in the database named "tmp" otherwise it fails because the schema does not exist.

    +1

    Ahi, ahi, ahi, ahi, ahi, ahi!!!!!!!!!!

    :w00t:

  • RE: BULK INSERT first row

    Rune Bivrin (4/7/2015)


    I was very torn between "3" and "Not supported". Based on the following in the cited documentation, I kind of felt both were correct:

    The FIRSTROW attribute is not...

  • RE: Running Total Performance

    Kathi Kellenberger (4/2/2015)


    Comments posted to this topic are about the item <A HREF="/questions/Running+Totals/124109/">Running Total Performance</A>

    Thx, very interesting.

  • RE: SQL Jobs

    Rune Bivrin (3/26/2015)


    Let's assume that there's no output file already there in the location.

    If the file is already available in the location, will it write anything to the file?

    Which is...

  • RE: Delete

    sipas (3/24/2015)


    Carlo Romagnano (3/24/2015)


    Extremely easy!

    Why 2 points?

    🙂

    Speak for yourself - plenty of people get confused about multiple foreign keys and cascade deletes. They're all extremely easy when you know the...

  • RE: Delete

    Extremely easy!

    Why 2 points?

    🙂

  • RE: The mysteries of life, the beginning of the 20th century

    Simpaticissimo!

    :-D:-D:-D:-D:-D

  • RE: Nested Break

    patricklambin (3/17/2015)


    Good question but an easy one.

    I have appreciated because it is an example of "bad code" ( too difficult to understand ) that I have met too many times...

  • RE: Columnstore Indexes

    Hany Helmy (3/15/2015)


    Gr8 question, thanx 🙂

    Did anyone tried this feature before? And is there any actual performance gained?

    I tried just a little. The answer is as usual "depends".

    If you query...

Viewing 15 posts - 256 through 270 (of 812 total)