Possible Duplicate:
Why always close Database connection?
I usually use VS2010 and ASP.NET to develop my web projects, also my host providers often give me access to SQL Server 2008, I have a general question regarding connection close, should I always close my SQL connection after I'm done with SQL? what happens if I do NOT close my connection? is it harmful?
thanks