Using case-sensitive collation at the database level is a royal PIA. It
means that every single object, every single TSQL statement must be correct
case-wise. Don't do it. On the other hand, having a specific column set to
case-sensitive often makes sense.
--
__________________________________________________ ________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker’s Guide to Visual Studio and SQL Server (7th Edition)
http://betav.com http://betav.com/blog/billva
__________________________________________________ __________________________________________
"Rogers" <Rogers (AT) discussions (DOT) microsoft.com> wrote
Quote:
Dear Professionals,
I would appreciate if anyone can give me pros and cons of SQL Server
COLLATION Settings at database or column levels.
Thanks |