As an alternative to using SQL Server Enterprise Manager, you can use Transact-SQL system stored procedures to install and maintain replication. One advantage of using system stored procedures is that more replication features are available.
Another advantage of using system stored procedures is that you can save a series of steps used to configure or maintain a specific replication topology as a Transact-SQL script. Executing a script can be much faster and more efficient than performing the same steps repeatedly using the SQL Server Enterprise Manager user interface.
System Stored Procedures |