Hi,
Please excuse what may be dumb question...we just had a new sql server 2005 machine installed, and the hardware company did the install of the box and the software.
It seems they've set it up as case-insenstive. The collating order is:
SQL_Latin1_General_CP850_BIN2
Is this the value that directs the case-sensitivity, and if so, what collation does it need to be changed to get the db to be case-INsensitive? With the assumption that this is English, USA, standard vanilla database? Our original db was SQL_Latin1_General_CP1_CI_AS
I've never known anything at all about all the different collating values and this is the first time I've run into this, and I simply have no idea what the norm is. Also--is this specific to the db instance and not individual dbs?
Thanks very much,
--Jim
Please excuse what may be dumb question...we just had a new sql server 2005 machine installed, and the hardware company did the install of the box and the software.
It seems they've set it up as case-insenstive. The collating order is:
SQL_Latin1_General_CP850_BIN2
Is this the value that directs the case-sensitivity, and if so, what collation does it need to be changed to get the db to be case-INsensitive? With the assumption that this is English, USA, standard vanilla database? Our original db was SQL_Latin1_General_CP1_CI_AS
I've never known anything at all about all the different collating values and this is the first time I've run into this, and I simply have no idea what the norm is. Also--is this specific to the db instance and not individual dbs?
Thanks very much,
--Jim