Naming databases for SSRS
Credits: Natalie Maynor |
After installing the reporting services we need to configure Reporting services databases from Reporting Services Configuration Manager. We need to be careful while naming the database. By default it will create ReportServer and ReportServerTempdb. But it allows you to customize the database name if required. Here be careful for what you choose and later renaming of these databases is not supported. Read more here from Microsoft on this. There are numerous stored procedures inside ReportServer database which refer to ReportServerTempdb if you rename the databases those codes will not work.
Comments