Question : Pegasus Mail - help sending mail

I have installed Mercurry and told it to handle Pegasus email. But then decided to remove it. I never did use it. Now when I click send mail on Pegasus nothing happends. How do I get my Pegauses send mail back?

Answer : Pegasus Mail - help sending mail

There are many SQL Server operations that use tempdb to perform sorts and things like that.  Tempdb may bloat to very large sizes.  Restarting SQL Server will shrink tempdb since it's recreated every time SQL starts.  However, this may not be an option in your environment.

Best practice is to put tempdb on a separate disk and make sure it's adequately sized for your day to day operations.

FWIW, temp tables should be automatically destroyed when the connection that created them is dropped.  Table variables are good if you have the memory to support them.
Random Solutions  
 
programming4us programming4us