I want to know what system/replication tables are updated/affected when you run sp_addarticle in SQL Server replication. Is there a method to find that out? I tried running profiler but it didn't help much.
What I am trying to do is change the system generated replication SPs to custom SPs without reinitializing the replication. But changing the replication SP names in only sysarticles tables in publisher didn't work. So wanted some insights.
e.g. of change I am performing sp_ins_dbotest --> sp_ins_dbotest_custom