I noticed that the default collation for the Report Server databases (ReportServer
and ReportServerTempDB
) in SQL Server Reporting Services is Latin1_General_100_CI_AS_KS_WS
. However, my SQL Server instance collation is SQL_Latin1_General_CP1_CI_AS
.
I want to change the Report Server database collation to match the SQL Server instance collation (SQL_Latin1_General_CP1_CI_AS
), but all the methods I’ve tried so far have failed.
- Why does Reporting Services use a different collation for its databases?
- What is the correct method to change the collation of these databases to match the SQL Server instance? If anyone has successfully achieved this or has guidance (official documentation or steps), please share.