November 30, 2012 at 10:31 am
Hello,
I've a database in primary server that log ships to a database in secondary server. I want to capture only deltas after log shipping is done. To do that, I'm wondering if I could implement materialized view log on each table in database on secondary server. pls let me know your 2 cents. Thanks.
Note:I cannot have access to primary server.
November 30, 2012 at 12:56 pm
Not sure I follow what you're trying to do. What do you mean by 'materialized view log'?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 30, 2012 at 1:17 pm
Based on what I know, Materialized View Log is a master table that can capture deletes/inserts/updates just like CDC tables.
November 30, 2012 at 2:56 pm
There's no such term or feature in SQL Server as 'materialised view log'. A brief google search shows it's an Oracle feature.
What are you trying to achieve here?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 30, 2012 at 3:47 pm
That's right. I'm looking for an oracle solution. Perhaps, I'm at wrong place. Thanks.
December 3, 2012 at 7:38 am
sqlbi.vvamsi (11/30/2012)
Based on what I know, Materialized View Log is a master table that can capture deletes/inserts/updates just like CDC tables.
You are correct, Materialized Views are an Oracle concept.
Having said that and just to clarify your statement above...
"Master table" is the base table (or tables) used to create a Materialized View.
"Materialized view" is a snapshot-in-time copy of a base table, or a subset of it.
"Materialized view log" is a log on the base table used make materialized view refresh quicker.
_____________________________________
Pablo (Paul) Berzukov
Author of Understanding Database Administration available at Amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply