windows - How to kill and start all sql server processes and services in task manager -


i newbie sql server , want kill sql server processes , services in task manager. processes , services used sql server, eat ram. when don't use sql server cause overload windows , windows slows down. want kill of them how can do? in fact in computer management can stop services , processes 1 one takes time. how can stop processes , services 1 click-one operation easily? how can start processes , services 1 click-one operation easily? used windows 7.

you don't want kill processes task manager.

instead reconfigure sql server use appropriate amount of memory:

exec sys.sp_configure n'max server memory (mb)', n'200' --200 mb go reconfigure override go 

Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -