Hi, I wanted to enable my database to store Chinese characters by changing database's default collation to chinese_prc_ci_as. I failed to change it. Please advice. Thanks
What's the error message you're getting? Works for me. Code: ALTER DATABASE [DatabaseName] COLLATE chinese_prc_ci_as
Thank you for posting what works for you and how you resolved your issue. I'm sure it will help someone down the road.