What's the best way to capture output from SQL Management Studio and paste it into an Outlook email?
Posted
by
Decker
on Stack Overflow
See other posts from Stack Overflow
or by Decker
Published on 2011-03-08T15:55:37Z
Indexed on
2011/03/08
16:10 UTC
Read the original article
Hit count: 259
I'm constantly executing ad-hoc queries in SQL Management Studio and need to send the results to people via email. This happens several times a day so I'm looking for the best way to copy the results of the query from the results window into an Outlook email body so that it can be formatted in a reader friendly manner. I haven't come up with anything that works well for me.
When it really matters, I end up going into Excel, executing the query from within there and then attaching the resulting spreadsheet. I'm looking for something that I can do without involving Excel if possible. Any ideas?
© Stack Overflow or respective owner