Reporting Services Database Configuration Query

Hi ,

I have SQL 2008 R2 instance and would like to install SSRS 2012. I have below query related to database configuration

  1.        Is there any performance impact while using SQL 2008R2 instance?
  2.        Once configured SSRS database on 2008 R2, Will there any issue if we move our SQL instance from 2008R2 to SQL 2012 in future?
September 2nd, 2015 1:40am

Hi Sagar,

Check the following 

well, first, the reports are actually stored as binary in tthe ReportServer database, so there's no direct requriement to extract out the RDLs.....but it can still be done.

to migrate your reports, first you need to save the encryption key from the current SSRS reporting instance. if the current server is different, or you rename the server, you have to have that key to restore to get your instance back..

then you just create your server, or do your in place upgrade.

If you create a new server, you need to import the encryption key into reporting services, restore the database on the new server, and finally tell SSRS what database to use.

if you want to extract out the RDL's, there are a number of SSIS packages and powershell scripts out there that can extract the binary from the database, and save them to local disk as rdl and whatever the datasource extensions and all that is.

just google "powershell extract SSRS" or "SSIS extract SSRS" and find one you are comfortable with.

http://www.codeproject.com/Articles/435703/Migration-from-SQL-server-to

Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2015 2:00am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics