July 31, 2006 at 9:31 am
Hi,
I have a database, which the disk has gone dead, luckily for me, I had a backup, this database was also involved in replication, but now that I have restored the backup, to DBname_V2, I cannot drop the original database, it keeps saying its marked for replication.
Having tried the sp that would remove it from replication, this doesnt seem to make any difference.
Anyone know how I can forcefully drop this database ?
Thanks in advance
August 1, 2006 at 12:10 am
Try taking the database offline, then dropping it.
alter database DBName set offline
August 2, 2006 at 4:05 am
August 2, 2006 at 4:29 am
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply