
- Forum
- Database
- SQL Server
- How can I reflect That Table?most... Urgent
How can I reflect That Table?most... Urgent
This is a discussion on How can I reflect That Table?most... Urgent within the SQL Server forums, part of the Database category; Hi I had 3 servers With the same database In one machine(Server) I have a execute a procedure ,with that ...
-
05-24-2005, 01:05 AM #1
- Join Date
- Sep 2004
- Answers
- 10
How can I reflect That Table?most... Urgent
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
-
01-13-2006, 01:27 PM #2
- Join Date
- Jan 2006
- Location
- New Jersey, United States
- Answers
- 1
Re: How can I reflect That Table?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

Reply With Quote





