Hi,
Is there an easy way to loop through all your sql servers to see what collations they are?
I don't want to link many servers to my local sql box, and I don't see how to run sp_helpsort or select SERVERPROPERTY ('collation') with OPENQUERY...
Thanks