Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: About changing distribution DB server

    I've tried restarted publisher SQL Server but still the same. It shouldn't be the cache issue then.

  • RE: How to resolve data exceeded max text repl size

    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...

  • RE: Cannot remove publications at subscriber

    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.

  • RE: Cannot drop table in subscriber

    This morning, I can truncate this table now. I've check the sp_who2, it shows:

    SPIDStatusLoginHostNameBlkByDBNameCommandCPUTimeDiskIOLastBatchProgramNameSPIDREQUESTID

    6 BACKGROUND ...

Viewing 4 posts - 1 through 4 (of 4 total)