deepinthecode.com
Sending SQL Server Stored Procedure Results as an HTML Table in Email Using Python - Deep in the Code
By modifying the code I used for sending email attachments, I am able to execute a SQL Server stored proc and format the results as an HTML table in an email. Also, I use the sys.exit command if there are no rows returned so that the email is not sent if there is no data … Continue reading "Sending SQL Server Stored Procedure Results as an HTML Table in Email Using Python"
David Young