|
Posted by Erland Sommarskog on 05/16/06 00:41
Tony Rogerson (tonyrogerson@sqlserverfaq.com) writes:
> I don't see a problem setting the database collation to case insensitive
> and specifying at a column level the case sensitive option - you need
> only do it once at CREATE TABLE time and its no more hassle then writing
> NOT NULL or NULL, its COLLATE <collation name>.
Depends on how many tables you have. :-)
And you would have to set the server collation to be case-sensitive,
or else temp tables will be painful.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Navigation:
[Reply to this message]
|