Hello. my problem is the following; I have 3 databases(A, B, C), where C is a database generated by a log shipping (ReadOnly DB of any db A or B)and A y B 2 differents structure Databases. I need to know if it's possible make that C has those both structures (A,B) using log shipping. I mean: at the end C will have information from B and A DBs using log shipping (joined). thanks in advance.
Log shipping is to provide only warm standby process and if the structure is joined on the database C from A & B then its possible to restore transaction logs (genric method), so as the log shipping. Satya SKJ Moderator http://www.SQL-Server-Performance.Com/forum This posting is provided “AS IS†with no rights for the sake of knowledge sharing.