Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
cjpsx
Starting Member
34 Posts |
Posted - 2006-09-14 : 10:42:48
|
Is there a best practice to move a report from a development server to a production server?Should the report be re-uploaded or can it be moved from behind?Thanks,cj |
|
JoeNak
Constraint Violating Yak Guru
292 Posts |
Posted - 2006-09-14 : 13:07:38
|
I'm not sure if there's a "MS" best practice. I'd redeploy/re-upload the report to production rather than moving from your dev environment. There's no harm in keeping in dev and in practice your dev (or whatever you call it) environment should be as close to a replica of your production environment as possible. |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2006-09-14 : 13:23:45
|
We grab the rdl file in development then use Report Server to upload the file to production. We aren't able to deploy using Visual Studio since our development and production environment are on separate networks that aren't connected.Tara Kizer |
 |
|
|
|
|