Forum Replies Created

Viewing 15 posts - 16 through 30 (of 75 total)

  • RE: CS Collation

    Taking a step back, why should the sort order depend on either SOUNDEX (especially when case sensitive) or gramnatical interpretation at all?

    That sounds like total stupidity to me.

    // Corrected "atupid"...

  • RE: CS Collation

    vk-kirov (9/12/2012)


    Raghavendra Mudugal (9/12/2012)


    vk-kirov (9/12/2012)


    I don't understand why peppers are in the end of the list. Shouldn't they be between pepper and Pepper? 🙂

    Because here the "peppers" is plural. Of-course...

  • RE: Index types 2

    L' Eomot Inversé (9/2/2012)

    Well, the non-clustered index with included columns is an amusing concept, and I'm astounded that so many people (44% now) believe in such a fabulous beast.

    Not only...

  • RE: Enforce business rules with indexed views and a two-row table

    Steve in Fairfax (8/22/2012)


    Celko's post provides a humbling lesson that we ought to look at the underlying cause of a problem and not immediately reach for the box of band-aids...

  • RE: Enforce business rules with indexed views and a two-row table

    To create an index on a view in SQL Server, the view definition must not contain any of the following:

    ...

    Nondeterministic expressions

    That will make it hard to implement my suggested optimisation...

  • RE: Enforce business rules with indexed views and a two-row table

    ... or using a (pre-CROSS JOIN) UNION of the two SELECTs of course...

  • RE: Enforce business rules with indexed views and a two-row table

    Nice out-of-the-box thinking. Initially I didn't have a clue where it was going.

    You can probably speed this up for tables with many rows by having an indexed modified date in...

  • RE: Avoiding Stored Procedures

    The issue is less about stored procedures and more about optimised code for that environment

    Agreed that's it is really about the optimised, non-portable code (that is often, but not always,...

  • RE: Avoiding Stored Procedures

    FIshNChipPapers (8/12/2012)


    I agree with the vast majority of both the original article and your comments. I was endeavouring to identify a scenario where the ability to develop code that can...

  • RE: Avoiding Stored Procedures

    FIshNChipPapers (8/12/2012)


    It completely shut off when I saw "your stored procedures would need to be re-written in order to migrate to MySQL, Oracle or another database" since I think...

  • RE: Time Zones

    As an alien (i.e. not in the US) I find all of this very revealing on several levels. Please continue the fascinating entertainment.

    By the way, the metric system is not...

  • RE: SQL Jokes & Riddles!!!

    "It is so frustrating: every table that I date turns out to be a relation."

  • RE: Time Zones

    You might want to consider that there are 5 different definitions of 'CST' (http://www.timeanddate.com/library/abbreviations/timezones/). But even if we did have codes that are well known and unique, I...

  • RE: Comparing Table Variables with Temporary Tables

    Very good article, thanks.

    And apparently I wasn't the only one who must have missed it the first time around, so it is also a good illustration of the value...

  • RE: Never, Ever Use Clustered Indexes

    "every table within SQL Server should have a clustered index"

    Fine, but should it then also always be the (preferably meaningless?) primary key? Or an index that is more likely to...

Viewing 15 posts - 16 through 30 (of 75 total)