Author |
Topic |
Noelia
Starting Member
4 Posts |
Posted - 2009-05-04 : 17:12:41
|
Hi All,I'm creating a Reporting Database/ Staging database to reduce the load of reports on our Production Enviroment, all servers are SQl 2005 SP2I created a copy of the production database on a different server and on top of that i created some additional FACT tables that allow me to create summary reports. I want to be able to refresh the main tables every night but we may need to run a refresh during the day at month end processing, and i do not want to delete the additional FACT tables that i createdI was using a backup/restore approched but it's not working as i'm deleting the additional tables that i created.Our Production application does not allow me to configure any SQL Server replication/mirroring/log shipping apps on the production server. So i'm looking at an application that will do replication or a partial restore , have you guys know of a software that will solve the issue, it's better to do a replication or a restore? Can i do replication from a backup ? I'll appreciate any feedback that you can give me !! Thanks!Noelia |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
Noelia
Starting Member
4 Posts |
Posted - 2009-05-05 : 09:40:02
|
Our contract with our ERP provider states that we can not modify the database on any shape or form , if we do ,we lose our maintenance and support, so we're not allow to store any store procedures or even create indexes so i'm pretty sure that configuring SQL replication or mirroring is not allow, that's why i'm looking for an alternative solutionData should be refresh every day at night.Thanks!Noelia |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
Noelia
Starting Member
4 Posts |
Posted - 2009-05-05 : 15:06:18
|
Hi,Thabks for the advise, if i do a backup and restore can i keep the added tables that i have on my staging database?? how can i do that?Thanks!Noelia |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
Noelia
Starting Member
4 Posts |
Posted - 2009-05-05 : 15:35:26
|
this is what i'm currently doing but i don't want to recreate the fac_tables every day after the restore.. i want to keep that data that i have and just add some row to it..Thanks!Noelia |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|