November 11, 2013 at 10:11 am
Express12 (11/11/2013)
Do you guys have a recommendation on a new flavor of a "smart reindex" process out there?
The general recommendation is Ola Hallengren's maintenance scripts. http://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html
November 11, 2013 at 2:26 pm
Lynn Pettis (11/11/2013)
Just a suggestion based on my own philosophy, regardless of collation used (case sensitive or case insensitive) you should write your code as if it is always case sensitive. I do this and I don't run into issues like this.
I guess I just don't understand why anyone would make a whole server case sensitive even in non-English speaking countries. Columns, yes... servers, no. But that's just my opinion and I'm likely in the minority in that type of thinking especailly if you consider how many Oracle users there are.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2013 at 12:07 am
Jeff Moden (11/11/2013)
Lynn Pettis (11/11/2013)
Just a suggestion based on my own philosophy, regardless of collation used (case sensitive or case insensitive) you should write your code as if it is always case sensitive. I do this and I don't run into issues like this.I guess I just don't understand why anyone would make a whole server case sensitive even in non-English speaking countries. Columns, yes... servers, no. But that's just my opinion and I'm likely in the minority in that type of thinking especailly if you consider how many Oracle users there are.
Call me strange or weird but I actually prefer case sensitive, just don't ask me why as I haven't been able to answer it well myself.
Viewing 3 posts - 16 through 17 (of 17 total)
You must be logged in to reply to this topic. Login to reply