Viewing 4 posts - 1 through 4 (of 4 total)
I've tried restarted publisher SQL Server but still the same. It shouldn't be the cache issue then.
July 3, 2013 at 8:32 pm
The first option looks not good as MSDN said:
Important:
This stored procedure has been deprecated and is being supported mainly for backward-compatibility. It should only be used with Microsoft SQL Server...
March 10, 2012 at 3:56 am
Fixed by manually run the below script at distributor server:
update msdb..MSdistpublishers
set active = 0
where name = 'publisher server'
Then run the sp_dropdistpublisher to drop publications successfully at distributor server.
March 10, 2012 at 3:39 am
This morning, I can truncate this table now. I've check the sp_who2, it shows:
SPIDStatusLoginHostNameBlkByDBNameCommandCPUTimeDiskIOLastBatchProgramNameSPIDREQUESTID
6 BACKGROUND ...
February 25, 2012 at 6:54 pm
Viewing 4 posts - 1 through 4 (of 4 total)