I have Transactional replication set up between two sql 2000 servers. Today I noticed that there was an error on the subscriber, the error msg was: "The subscription to publication '(null)' has expired and does not exist." The step failed. I went to the publisher and to my surprise the publication was indeed not there.
So my question is, is there a way that SQL Server can delete a publication or is this something that can only be done manually, i.e. right-clicking a publication and choosing delete from the pop-up menu. If so how why would this happen? I can receate the publication but I would like to avoid this in the future.
Thanks!
So my question is, is there a way that SQL Server can delete a publication or is this something that can only be done manually, i.e. right-clicking a publication and choosing delete from the pop-up menu. If so how why would this happen? I can receate the publication but I would like to avoid this in the future.
Thanks!