[SQL Server 2005] T-SQL for configuring replication -
07-03-2007
, 08:02 AM
Hi,
I want to script replication using T-SQL statements in SQL Server
2005. Could you please let me know if it is possible. If yes, please
provide me the link to the procedure.
Basically, I want to do the following using T-SQL statements.
* create publication
* create subscription
* start the agents (snapshot/distribution)
* stop the agents
* remove subscription
* remove publication
Thanks in advance.
Thyagu.D |