Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
blakmk
Starting Member
45 Posts |
Posted - 2008-02-27 : 12:34:32
|
Ok, So I have been unfortunate enough to inherit a whole estate of sql servers running a collation of Latin1_General_BIN.I have a batch of maintenance and monitoring scripts that I want to implement on these servers. However I seem to have problems compiling the stored procs as the case of the column names varies throughout the script and table definitions.Ok I know I could recode them, but is there way to overide the case sensitivity in insert and update statements so they dont have to be recoded? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-02-27 : 12:37:14
|
use COLLATE clause to remove collation conflicts |
 |
|
|
|
|