Viewing 3 posts - 1 through 4 (of 4 total)
Are you attempting to connect to SQL Server directly from the server, or are you trying to connect from a remote machine (possibly your desktop via EM)?
May 6, 2004 at 12:47 pm
Each connection chews up a limited amount of memory on the server. Make sure that your application drops any unneeded connections to SQL Server.
Also, try running PerfMon to monitor the...
May 6, 2004 at 12:44 pm
Look at DBCC SHRINKFILE instead.
When you add records to the database, the database will grow according to how its growth pattern had been specified (for this option, right-click on your...
May 6, 2004 at 12:38 pm
Viewing 3 posts - 1 through 4 (of 4 total)