Hola,
Tengo un par de base de datos donde requiero cambiar collation name "Modern_Spanish_CI_AS" a "Modern_Spanish_CI_AI" he intentado con varias instrucciones pero muestra el mensaje:
The object 'vwPartidaASQW' is dependent on database collation. The database collation cannot be changed if a schema-bound object depends on it. Remove the dependencies on the database collation and then retry the operation.
ALTER DATABASE failed. The default collation of database 'Nombre debase' cannot be set to Modern_Spanish_CI_AI.
Alguna idea como resolver este issue?