Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 how to replicate table?

Author  Topic 

babu
Starting Member

5 Posts

Posted - 2005-05-24 : 07:15:37
Hi Friends

I had problem

I am having 3 servers(sql server) in same place with same database(same tables also)
In one server I run a procedure the result will be inserted into a table
This result should be inserted in the rest of 2 server table with out manual interaction
How can I do it?
Its most urgent?

Give me with example like..by triggers.. or procedures....replication or indexed view please with example

Thanks In Advance

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-05-24 : 07:52:04
Dont do duplicate posts
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=50184

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2005-05-24 : 07:56:31
I've kept this one open and locked the rest.
Sorry Madhivanan, yours got caught up in the mess. You might want to repost it here.


Damian
Ita erat quando hic adveni.
Go to Top of Page

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2005-05-24 : 22:34:12
use replication instead of creating your own triggers

i had this problem with one server where we defined how the data is to be transferred to the other server and it slowed down the target server not to mention produced some resource contention on the source server especially when doing deletes

HTH

--------------------
keeping it simple...
Go to Top of Page
   

- Advertisement -