This is a discussion on How can I reflect That Table?most... Urgent within the SQL Server 2005 Tutorials forums, part of the Articles and Tutorials category; Hi I had 3 servers With the same database In one machine(Server) I have a execute a procedure ,with ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi
I had 3 servers With the same database In one machine(Server) I have a execute a procedure ,with that execution finally one table will be updated. This updation should be reflected in rest of two machines(Servers). For this is there any snop shot or materialized views ..... some good concept is available in sqlserver? If Yes Please give me with an example its most most... Urgent |
|
|||
|
Hi,
You can setup Database Mirroring. Database Mirroring option is available in SQL Server 2005 Enterprise Edition. Please look into the following article for further details: http://www.microsoft.com/technet/pro.../dbmirror.mspx
__________________
Warm Wishes Arun Raj.C |