July 30, 2007 at 11:02 am
July 30, 2007 at 11:29 am
This will probably sound harsh, and it will certainly NOT please management, but requiring your development team to manually redeploy the reports may bring home to them the value of using best practices in software development. It's a lesson they should only need to learn once.
Question: If the physical database files are detached, copied over, and then reattached, what is NOT included in those database (physical) files but stored in other files? Are there any Reporting Services components stored with the data? (My installation is migrating from SQL 7 to 2005 and does not use RS.)
July 30, 2007 at 11:58 am
The database for Reporting Services 2005 is different from the database for 2000 (it has been upgraded in addition to the database engine itself.
While I can place the 2000 database on the server, it is not a safe assumtion that Reporting Services 2005 will run off the old database.
July 30, 2007 at 3:56 pm
Open a report in Report Server or click Show Details in the folder view and select Edit. When it opens click Properties tab. On the Properties tab on General tab under Report Definition click Edit. It will bring up Open or Save dialog. Save all report definitions from the server, it will give you the running RDL versions without going to the developers.
You will also need to save other objects: Shared Data Sources, images and whatever else is in the folders, security settings, schedules etc if you would not want to upgrade.
Or upgrade on the test server and then move the upgraded DB to the new 2005 installation - test if it will work at all.
Don't forget ports open to the user databases from the new server
Regards,Yelena Varsha
July 30, 2007 at 4:50 pm
The best solution I've come across is Jasper Smith's RS Scripter utility. I did this recently when I wanted to take a copy of QA and script out the entire server and redeploy to a staging environment. It's totally free to use and works great. Download here: http://www.sqldbatips.com/showarticle.asp?ID=62
Hope this helps!
Ben Sullins
bensullins.com
Beer is my primary key...
July 31, 2007 at 10:45 am
Jasper Smith's RS scripter looks like it may be our best solution. We are trialing the software now; and this is probably how we will transfer the reports.
If anyone else is looking for this free product, I downloaded it from http://www.sqldbatips.com.
July 31, 2007 at 12:51 pm
I just downloaded it too but did not install yet. Let us know here if it worked for you.
Regards,Yelena Varsha
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply