SQL Server 2005 sp_send_dbmail
Posted
by Jit
on Stack Overflow
See other posts from Stack Overflow
or by Jit
Published on 2010-05-25T22:55:54Z
Indexed on
2010/05/25
23:01 UTC
Read the original article
Hit count: 716
Hi Friends,
When we use sp_send_dbmail to send email with attachment, the attachment gets copied into a folder inside C:\Windows\Temp. As we have many emails to be sent every day, the temp folder grows rapidly. This is the case with SQL Server 2005. We noticed that, with SQL Server 2008, we dont see these file under temp folder.
Is there any setting to turn the above behavior off?
Does SQL Server 2008 store the files in any other folder and not in temp?
Appreciate your help and time.
Thanks.
© Stack Overflow or respective owner