I have database which I am testing on sql server 2008 as installed by a.n.other.
the server is a shared area so I am pretty much tied to the set up already chosen by the installer.
When I have created and restored the database I am seeing an error relating to collation:[INDENT]Cannot resolve the collation conflict between
“SQL_Latin1_General_CP1_Cl_AS” and “Latin1_General_Cl_AS” in the equal to operation.[/INDENT]
The database is a third parties which we have no ‘intimate’ control over (i.e. all processes are stock) so I would not be able to rewrite any of the procedures.
I have searched the collation process and everyone seems to be recommending either rewriting the queries (not possible, see above) or re-installing SQL2008 with alternative options for languages.
Has anyone come across this previously and have a straight forward solution?
thanks
Alan