Hi Everyone,
I Have disabled database mirroring on principal server using below command for restoring database over a mirrored database because it was not allowing me to restore.
ALTER DATABASE AdventureWorks2012 SET PARTNER OFF;
after executing above command i was able to restore the database , now i want to enable back database mirroring
can some please help me with the steps.
Thank you in advance for looking into my post.