I was doing a master database backup on a single user mode. After I'm done, I did a restore for it also in single user mode. When I execute the query statement, it is stated that
"The master database has been successfully restored. Shutting down SQL Server.
SQL Server is terminating this process."
After which, I went to check the reports for master database by select report > backup and restore event. For the backup events, I could see the backup that I've done. However, for the restore events, it was stated that no restore was being done for master database. I was confused, because when I execute the statement it stated that it is restore successfully, but now when I verify it, it was stated no restore was done.
Can anyone tell me what is wrong?