I have two instances of SQL Server 2014 Standard Edition
- MSSQLSERVER (PRIMARY)
- 192.168.10.131/MIRROR (MIRROR)
The entire database on a single computer WINDOWS SERVER 2012 R2
First I backup AdventureWorks2014 from MSSQLSERVER(PRIMARY) and restore the database to
192.168.10.131/MIRROR with RESTORE WITH NO RECOVERY
in Restore Database-> Option β Restore Status β RESTORE WITHOUT RESTORE .
Then I take a backup copy of the MSSQLSERVER log (PRIMARY)
backup log [AdventureWorks2014] to disk ='c:\LOGBACKUP\AdventureWorks2014.trn'
then I restored the log to 192.168.10.131/MIRROR (MIRROR)
restore log [AdventureWorks2014] from disk ='c:\LOGBACKUP\AdventureWorks2014.trn' with norecovery
Good. Then MSSQLSERVER (PRIMARY) in AdventureWorks2014
RIGHT CLICK->TASK->MIRROR and CONFIGURE SECURITY option







BUT WHEN I started Mirror, it shows the following windows

After clicking Yes, an error message appears 
What is wrong in my process ??? What configuration should I do?
database sql-server sql-server-2012
syed mhamudul hasan akash
source share