[Go] Restart SQL Server service with Task Scheduler

Source: Internet
Author: User
Tags mssqlserver

1. Create a batch file Restartsqlserver.bat
The contents are as follows:
net stop mssqlserver/y
NET start MSSQLServer
Net start SQLServerAgent
Pause

The following is a description:
net stop mssqlserver/y: Stop the SQL Server service
Net start SQLServerAgent: Start the SQL Server service

2, set up a scheduled task, run the batch on a regular basis; You can also add a job in the job, add a step to execute the execcmd command step step, in the command content input batch file absolute path. Note the operating system is scheduled for the task.

[Go] Restart SQL Server service with Task Scheduler

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.