Tagged: sql server

13

Microsoft SQL Server Error 5030

So, if you are trying to change the collation of a database and getting error 5030, this is much likely because you cannot change the collation of a database when it is in Multi_User mode. In this case, you should try to run the following query. — the following line sets the database to “Single User” mode ALTER DATABASE DBNAME...