vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| To avoid this situation, you should always remove replication in the following order: - Delete the subscriptions - Delete the publications - Disable publishing Deleting publications without unsubscribing or disabling publishing without deleting publications results in this situation. Anyways, if you are seeing the above mentioned errors, try any or all of the below workarounds one after another in the order described below. 1. EXEC sp_removedbreplication 'your_database_name' 2. Execute the following procedure on the problematic database and pass the table name as the parameter: EXEC sp_msunmarkreplinfo 'your_table_name' -- Posted via http://dbforums.com |