In SSMS 2012, you'll have to use:
To enable single-user mode, in SQL instance properties, DO NOT go to "Advance" tag, there is already a "Startup Parameters" tag.
- Add "-m;" into parameters;
- Restart the service and logon this SQL instance by using windows authentication;
- The rest steps are same as above. Change your windows user account permission in security or reset SA account password.
- Last, remove "-m" parameter from "startup parameters";