You need to change the collation of a database. What is the impact of performing this operation?
Existing data must be migrated to be stored with the new collation.
Why this answer
Changing a database collation is a destructive operation. It requires re-creating the database or recreating all tables, as column-level collations are not automatically updated for existing data.