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)
 SQL Server Discussion

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-04-12 : 09:28:14
Ramachandran writes "How to do the Replication using T-SQL and also how to automate the Replication ?."

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-04-12 : 10:04:14
Read about replication in sql server help file in addition to
http://vyaskn.tripod.com/repl_ques.htm

Madhivanan

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

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2006-04-12 : 11:25:08
Replication is automated by default, except snapshot..

As for using T-SQL to create replication, the easiest way to learn that is to create a publication through EM and then script it to get the T-SQL required, then learn from that..
Go to Top of Page
   

- Advertisement -