Someone in our company had tried installing a Trial of CRM a year ago, but
never completed the project. I am now trying to clean up the install and
delete the unused databases from SQL Server and getting an error. Keep in
mind that I know enough to get in and hit the delete button on the unused
database. Not sure where to go to correct this error:
Microsoft S!L-DMO (ODBC SQLSate: 42000)
Error 3724: Cannot drop the database 'Test_CRM_MSCRMDistribution' because it
is being used for replication.
Any idea where to go from here?
Thanks,
Brett Gibson
Gibson Teldata, Inc.
Alejandro Mesa - 30 Jun 2005 17:16 GMT
Try executing the system sp "sp_removedbreplication" before dropping the db.
See BOL for more info about this sp.
AMB
> Someone in our company had tried installing a Trial of CRM a year ago, but
> never completed the project. I am now trying to clean up the install and
[quoted text clipped - 13 lines]
> Brett Gibson
> Gibson Teldata, Inc.