Hi,
Is it possible to run SQL LocalDB in single user environment to restore master database? I have access only to sqlCmd tool.
I tried following from DOS window.
"C:\Program Files\Microsoft SQL Server\110\LocalDB\Binn\sqlservr.exe" -m
sqlcmd -S (localdb)\v11.0
If I run RESTORE master database in the sqlcmd window, I get a message stating I am not running in single user mode. Is my syntax/steps incorrect or SQL LocalDB does not run in single user mode?
Thanks
Pare.