Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (4k points)

During installation, I opted for manual startup of my SQL Server 2014 instance. The official MS documentation states that you should enter the following command into a command prompt to start it:

sqlservr

I tried that, as well as

sqlservr.exe

However, the command is not recognized, and running the command prompt in administrator mode doesn't work either. How do I manually start SQL Server 2014?During installation, I opted for manual startup of my SQL Server 2014 instance. The official MS documentation states that you should enter the following command into a command prompt to start it:

sqlservr

I tried that, as well as

sqlservr.exe

However, the command is not recognized, and running the command prompt in administrator mode doesn't work either. How do I manually start SQL Server 2014?

1 Answer

0 votes
by (8.7k points)

For Manually starting up  the SQL server 2014, it’s always recommended to  use the following command:

net start MSSQLSERVER

 

Related questions

0 votes
1 answer
0 votes
4 answers
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...