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.
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 |
|
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.. |
 |
|
|
|
|