March 15, 2012 at 8:08 am
The MSDB database is now 21 GB.
I find sysmail_query_transfer and 'sysmail_mailitems' table is occupying 17 GB and 3 GB respectively.
Can some body explain what is the use of sysmail_query_transfer table.
Is there any impact ,if I released this table.
The table has only 4 rows, but it is occupying 17 GB of space.
Some body help.
Thanks in advanced.
March 15, 2012 at 12:18 pm
Check this thread for same issue.
March 15, 2012 at 1:52 pm
That table contains the results of including query data in an e-mail. All it takes is a few big datasets and you'll get a HUGE table.
There's an article here on archiving DBMail items: http://msdn.microsoft.com/en-us/library/ms189258.aspx
You can, of course just use sysmail_delete_mailitems_sp (http://msdn.microsoft.com/en-us/library/ms190293.aspx), and that will probably clean up what you need.
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply