March 11, 2005 at 8:28 am
I need a stored proc (or UDF) that sends out email from SQL Server. However, I need it to be able to send file attachments. Does anyone have one out there that just uses SQL Server and not any special DLL's (except CDONTS)?
Thanks,
Michael
March 14, 2005 at 9:13 am
March 14, 2005 at 11:17 am
That is perfect!!!!! One more question,
Is there a way to delete a file sitting on the C drive of the SQL Server through T-SQL?
Thanks,
Michael
March 14, 2005 at 12:02 pm
I have never used it, however I think there is a procedure: xp_fileexist that might work.
March 14, 2005 at 12:06 pm
Or else just use xp_cmdshell and specify the network path to your file
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply