I have an asp.net application based on DotNetNuke, and dataprovider is sql server. Just recently, I found out that once I access the web page the server system become very slow, I cheched the windows task manager, sqlservr.exe quickly increases its memory to more than 500,000 k. Even though there is no any activity on the web site (except open the home page), I checked "Process Info" inside Sql Server Enterprise Manager, there are 8 new processes after I open the web page. The Database are all "DotNetNuke", and Status are all "sleeping". The application are all ".Net SqlClient Data Provider", all data access are SqlHelper method
What should I do to free the space? Otherwise, the system cannot run normally.
Thanks