รายละเอียดของการตอบ ::
ให้ทำดังนี้
1. คลิกขวาที่ ชื่อdatabase >> properties >> Options >>
- Set the restrict access of the database to SINGLE_USER (note the you might kill all the active sessions)คลิก OK
2. คลิกขวาที่ ชื่อdatabase >> properties >> Options >>
-Change the collation of database to whatever you want it คลิก OK
3.คลิกขวาที่ ชื่อdatabase >> properties >> Options >>
- And switch back the restrict access of the database to MULTI_USER คลิก OK
หรือท่านจะรันquery ก้ได้ดังนี้
ALTER DATABASE [database_name] SET SINGLE_USER WITH ROLLBACK IMMEDIATE
ALTER DATABASE [database_name] COLLATE [desired collation]
ALTER DATABASE [database_name] SET MULTI_USER