Ever notice after a hard day working away at the old data mine in a Virtual PC that SQL Server takes up a pretty good chunk of your available memory? If you're like me, you could use this memory for something else. Here's how you can limit how much memory SQL Server users:
- Open SQL Server Management Studio
- Connect to your server
- Right-click on your database server name and choose Properties
- Click Memory, set the maximum amount of memory, then click OK
- Restart your SQL Server service
If you watch SQL Server in task manager, you'll find that it sometimes exceeds your maximum limit, but during idle times it will drop back down.
