Quantcast
Channel: SQL Server Replication forum
Viewing all articles
Browse latest Browse all 4054

Disabling the XP_CmdShell and What is the effect on Replication ?

$
0
0

In our company we are planning to disable "XP_CmdShell" for security reasons. I found the below stored procedures are using "XP_CmdShell" in their code and these are related to replication, but we have transactional replication for some databases. Does anyone know what will be the effect on replication if i disable the "XP_CmdShell" ?

sp_adddistpublisher
sp_adddistributiondb
sp_attachsubscription
sp_changedistpublisher
sp_copysubscription
sp_MScopysnapshot
sp_MScopyscriptfile
sp_MSget_file_existence
sp_MSremove_userscript
sp_replicationoption
sp_vupgrade_replication
sp_MSreplremoveuncdir
sp_MSdeletefoldercontents

Thanks

HYDBA


Viewing all articles
Browse latest Browse all 4054

Trending Articles