Change Collation on all objects in database
jallman
Posts: 8
Is there a way I can use SQL Packager to update the collation order on all objects in a database?
Thanks,
John Allman
Thanks,
John Allman
John Allman
Comments
Yes you can use SQL Packager to change the collation when installing a new database.
You can do this one of two way:
1. During the setup of the project:
When setting up a new project, on the last step of the wizard select the 'Extra Package Info' button. You can set the new collation in the 'Database Properties' tab.
2. When running the package:
When you run the Package, select the 'Advanced' option and change the collation.
I hope this does what you need.