Happy New Year!

Happy New Year 2013

It’s a new year, and a new opportunity to update skill sets! So far, my poll indicates that the most popular technologies for the upcoming year (at least for those who answered the poll) will be jQuery and Python. Given the increased number of articles and blog posts about jQuery and also Python’s use in … Read more

2013 Technologies Poll – What Will You Learn in the New Year?

Sending SQL Server Stored Procedure Results as an HTML Table in Email Using Python

Python logo

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 … Read more