Currently I'm using SSIS w/ a hacky solution to get around it not supporting auth on SMTP servers.

Is there a better way I can save a query to a CSV file, then mail it as an attachment?

Thanks

link|improve this question
feedback

1 Answer

Use database mail to send the email as that supports attachments and auth on SMTP.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.