SQL Server database service startup shutdown batch _dos/bat

Source: Internet
Author: User
Tags goto mssqlserver
Copy Code code as follows:

@echo off
set/p choi= Start the database, stop the database [B,e]?
if/i%choi% equ b goto beginserver
if/i%choi% equ e goto endserver
: Beginserver
NET start MSSQLServer
Goto END1
: Endserver
net stop MSSQLServer
Goto End2
: End1
@echo ************************************************
@echo * * * launched successfully! To reopen this file to use the command again *
@echo ************************************************
@pause
: End2
@echo ************************************************
@echo * * * * * stopped succeeding! To reopen this file to use the command again *
@echo ************************************************
@pause

For the SQL Server service to run more cases is not possible, so you can refer to the following article.
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.