How do I grant myself admin access to a local SQL Server instance?

Open a command prompt window. If you have a default instance of SQL Server already running, run the following command on the command prompt to stop the SQL Server service: net stop mssqlserver Now go to the directory where SQL server is installed. The directory can for instance be one of these: C:\Program Files\Microsoft SQL … Read more