DBAWinnipeg
Programmer
Good Morning everyone
Here's a neat little question for you
2 environments in question
Production and Reporting
Every night we want to take the transaction logs of production and restore it on the reporting server
BUT here is the kicker... there are views that we're going to add to our Reporting Server every night after this restore happens.
My question is this... I know that in order to use the transaction logs the databases HAVE to be in sync. Can you fool SQL Server into believing that the 2 environments are equal by removing those views before trying to restore from the transaction log... and then re-applying them after the fact?
Thanks in advance!!!
Colin in da 'Peg
Here's a neat little question for you
2 environments in question
Production and Reporting
Every night we want to take the transaction logs of production and restore it on the reporting server
BUT here is the kicker... there are views that we're going to add to our Reporting Server every night after this restore happens.
My question is this... I know that in order to use the transaction logs the databases HAVE to be in sync. Can you fool SQL Server into believing that the 2 environments are equal by removing those views before trying to restore from the transaction log... and then re-applying them after the fact?
Thanks in advance!!!
Colin in da 'Peg