Collation name question...
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a way to change the Collation name of a database on SQL Server 2000? Thank you! theJazzyBrain
Excellence is not an act, but a habit!
Aristotle
-
Is there a way to change the Collation name of a database on SQL Server 2000? Thank you! theJazzyBrain
Excellence is not an act, but a habit!
Aristotle
ALTER DATABASE DBNAME COLLATE Latin1_General_CI_AS GO
HTH :)