WHen I upgraded form sqlserver 7 to 2000 I used SQL collation in order to keep backwards compatibility.
When I finished upgrading all the servers to 2000 I decided to move to windows collation,and since then every new server installation is done with windows collation.
The problem is how to change the collation in the existing servers.I can change the default collation of the server and of each database easily, but changing the collation for every column seems too heavy.
Did anybody go through this issue?