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 |
rwlopez
Yak Posting Veteran
80 Posts |
Posted - 2008-02-21 : 11:27:26
|
I need to be able to demo a series of Reports I created in Reporting Services. The problem is that I cannot show the people viewing the demo live data. Has anyone had this dilemma? I am trying to find a simple way to accomplish this without creating duplicate set of Stored Procedures, Report, Views, Functions, etc. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-02-21 : 12:56:29
|
Set up a scratch database from your live system and update live data to some ireelevant meanungless data. Than cant you use the same objects & reports? just change datasource to point to your scratch db. |
|
|
|
|
|