The company's official website server is developed by the. NET language SQL Server database, the website background login to the SQL database, now out of a problem, every day login backstage will be error, to restart SQL Server to enter, the problem has not been resolved, However, it is not possible to manually restart the service every day, so it is controlled by script plus Windows's scheduled tasks.
SQL Server has automatic backup function, so to restart two servers, the following is the restart script, script name: Sql_restart.bat net stop SQLServerAgent
net stop MSSQLServer
NET start MSSQLServer
Net start SQLServerAgent
Finally, take advantage of Windows ' timed tasks to execute the above file
Start-> Program-> Accessories-> System Tools-> Task Schedule-> Add a task schedule, OK to start every day!
Automatic restart of SQL Server services