Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server Shutting Down through Script

Status
Not open for further replies.

p10

Technical User
Joined
Oct 17, 2001
Messages
3
Location
IN
If you read my previous Thread about the SQL SERVER Utilization of RAM , it is consuming lot of resources(RAM). I want to write a Script or anything so that SQL SERVER gets shutdown and again restart so that it might utilitise less RAM . How and what to be done??
 
You can use the following commands to stop and start the SQL Server service from the NT task scheduler.

NET STOP MSSQLSERVER

NET START MSSQLSERVER

Rick.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top