Tag Archives: mssql

Bookmarks for August 23rd through September 1st

These are my links for August 23rd through September 1st: StableHost – Shared Hosting Plans Been looking for a new web host and found these guys… haven't made a decision yet. Linux Web Hosting by Arvixe Been looking for a … Continue reading

Posted in Bookmarks, Uncategorized | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Comments Off

SQL – Find all triggers in a MS SQL database.

This script will find all the triggers in a Microsoft SQL database, its come in handy when I’ve been trying to work out where in the system people have tied there code into. I’m not a huge fan of triggers … Continue reading

Posted in Programming | Tagged , , , | Comments Off

Accessing MSSQL in Python

I was playing around with a crazy idea I had (more on that another day) and needed to be able to access MS SQL from Python, a quick search and I found this project, pymssql It works great, I’ve only … Continue reading

Posted in Programming | Tagged , , | Comments Off