Error while changing collation on an existing SQL Server database -
i have instance of express 2014 running on machine can examine customer db's , run basic queries against them. today received 1 uses sp's of queries , ran this:
cannot resolve collation conflict between “sql_latin1_general_cp1_ci_as” , “latin1_general_ci_as” in equal operation
the obvious solution these sorts of problems change collation of database. however, produced long stream of these:
the object 'f_tenantfreerentvalue_getall' dependent on database collation. database collation cannot changed if schema-bound object depends on it. remove dependencies on database collation , retry operation.
i understand happening here, come on... there lightweight solution these sorts of problems? script runs on every object not definition of "light", there way reset of on restore or that?
Comments
Post a Comment