how can i mirror a single table in server1 and server2 while getting the updates in real time?say tbl_plot is updating in server1 and also in server2 simultaneously? need help.
updating tables in two servers
Collapse
X
-
As you have posted a question in the articles section, it is being moved to SQL Server forum
MODERATOR. -
Originally posted by image77how can i mirror a single table in server1 and server2 while getting the updates in real time?say tbl_plot is updating in server1 and also in server2 simultaneously? need help.
a little complicated? REPLICATION...Comment
Comment