Friday, February 17, 2012

Outlook 2010: How To Fix Error Cannot Start Outlook or Open the Outlook Window

Today I had a lot of outlook issues

After researching online, I found out that the fix involves simply exiting out of the Microsoft Link/OCS chat client.



Wednesday, February 15, 2012

SQL Server Memory Hog

If you notice that SQL server is always hogging your memory, don’t get alarmed, that’s the way it’s meant to work. It keeps consuming memory for its buffer for as much as you permit it, even during times of low activity.

Resolution:
In your sql server management studio, you can set the maximum server memory by selecting your server properties like below.
Hope this helps.