Three ways SQL server starts and stops services

Source: Internet
Author: User
Tags mssqlserver

First, why do you want to start the SQL Server service?

1, if you do not open the service, to connect the data will appear error message

2, because not connected to the server, the database can not operate

Ii. three ways to start SQL Server

The first type: Background start service

* Specific actions: Click Computer----> Right----> Click manage----> click on "Service and app management"----> click services----> Find SQL Server (MSSQLSERVER)----> Click Start

The second type: SQL Configuration Manager Start service

* Specific operation: Find the start----> Installation path----> Configuration tool---->sql Server Configuration Manager double-click----> Click SQL Server Services----> Locate SQL Server (MSSQLSERVER )----> Click Start

Chapter III: Starting and Stopping services using commands in the Run window

Startup command: NET start mssqlserver

Stop command: net stop mssqlserver

* Specific operation: Shortcut key windows+r (appears running window)----> Input Start command: NET start mssqlserver

Three ways SQL server starts and stops services

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.