usp_UtilReplicationSchema.sql

The usp_UtilReplicationSchema stored procedure will list the published servers, databases, publications, articles, subscribed servers and databases per user query conditions.

To Run :


EXEC usp_UtilReplicationSchema
@publishedServerName = ‘PublishedServer’,
@publishedDatabaseName = ‘PublishedDatabase’,
@publicationName = ‘Publication’
@articleName = ‘PublishedTable’
@subscribedServerName = ‘SubscribedServer’,
@subscribedDatabaseName = ‘SubscribedDatabase’,

Author: Kenny Adeniji

Download Script:
usp_UtilReplicationSchema.sql



Disclaimer:
We hope that the information on these script pages is
valuable to you. Your use of the information contained in these pages,
however, is at your sole risk. All information on these pages is provided
“as -is”, without any warranty, whether express or implied, of its accuracy,
completeness, or fitness for a particular purpose…

Disclaimer Continued

Back to Database Journal Home

Get the Free Newsletter!

Subscribe to Cloud Insider for top news, trends & analysis

Latest Articles