RESTORE cannot operate on database because it is configured for database mirroring Use ALTER DATABASE to remove mirroring if you intend to restore the database

RESTORE cannot operate on database because it is configured for database mirroring Use ALTER DATABASE to remove mirroring if you intend to restore the database
 ALTER DATABASE YOur_Database_Name SET PARTNER OFF

Now, to remove mirroring you can execute

RESTORE DATABASE  YOur_Database_Name  WITH RECOVERY

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5