I have a few databases that were imported from another SQL Server 2000 that I need to change the collation sequence for.
I'm aware of the alter database command, but after executing this command, the database collation changed but all of its tables still had the old collation sequence.
Is there any easy way to change a database's collation sequence as well as all of its tables?
Thanks Mike.
I'm aware of the alter database command, but after executing this command, the database collation changed but all of its tables still had the old collation sequence.
Is there any easy way to change a database's collation sequence as well as all of its tables?
Thanks Mike.