Change SQL server DB collation name


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ALTER DATABASE [DATABASE] SET SINGLE_USER WITH ROLLBACK IMMEDIATE
  2. ALTER DATABASE [DATABASE] COLLATE [collation_name]
  3. ALTER DATABASE [DATABASE]SET MULTI_USER

Report this snippet


Comments


You need to login to view comments.