Running SQL 2005 on Win 2003.....
First, I cannot find sp_MSload_replication_status. When I run it, I
get the following error
Msg 2812, Level 16, State 62, Line 1
Could not find stored procedure 'sp_MSload_replication_status'.
Is the SP not a part of 2005???
Second.... I attempted to remove publications & push subscriptions,
from the publisher, via a script, see below....
DECLARE @subscriptionDB AS sysname
SET @subscriptionDB = N'EDI'
-- Remove replication objects from a subscription database (if
necessary).
USE master
EXEC sp_removedbreplication @subscriptionDB
GO
This removed the Publication & Subscriptions from SMS, but Replicaiton
Manager still shows them. I have tried numerous scripts with no luck.
How do I clean up replication manger?? I tought
sp_removedbreplication removed everything.
AHIA,
Larry....