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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 collation issues

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-05-18 : 07:32:47
Angle writes "why is "CI.CorporateId collate database_default = PS.CorporateId collate database_default" necessary?

The fields have the same collation value - Latin1_General_CI_AS, but the database default collation is SQL_Latin1_General_CP1_CI_AS.

collate database_default must be added for the stored procedure to compile."
   

- Advertisement -