Solution:
Drop the replication in the corresponding database using the below Stored Procedure query. Then delete the Database.
Drop the replication in the corresponding database using the below Stored Procedure query. Then delete the Database.
sp_removedbreplication 'YOUR_DATABASE_NAME'
No comments:
Post a Comment