I am a beginner user of SQL Reporting Services. I wrote a few reports. They all use stored procedures on my development SQL server. Now I want to deploy them into production, and repoint the datasets and datasources to my production SQL db.
How best to do this? Can I just do a global change from development_server_name to production_server_name?
Thank you.