Bat files restart SQL and IIS services, bat restart sqliis

Source: Internet
Author: User
Tags mssqlserver

Bat files restart SQL and IIS services, bat restart sqliis

Sqlserver has the automatic backup function, so we need to restart two servers. The following is the restart script named SQL _restart.bat.

Net stop sqlserveragent

Net stop mssqlserver

Net start mssqlserver

Net start sqlserveragent

The SQL Server Agent is a task scheduler and alarm manager. In actual applications and environments, you can define periodic activities as a task, with the help of the SQL Server Agent, you can use the SQL Server Agent to automatically run SQL Server. If you are a system administrator, you can use the SQL Server Agent to notify you of some warning information, to locate problems and improve management efficiency. The SQL Server Agent mainly includes the following components: Job, alarm, and operation.

The following is a restart script named iis_restart.bat.

Restart IIS service

Net stop W3SVC

Net start W3SVC

Cmd

Finally, use windows scheduled tasks to execute the above files.

Start-> Program-> attachment-> System Tools-> Task Plan-> Add a task plan, determined to start every day!

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.