Monthly Archives: December 2014

SQL Injection Issues–Password Hashing

I’ve got a demo for one of my talks that really highlights some issues we have with SQL Injection. It’s part of my encryption talk, and it goes like this. NOTE: I am showing a simple example here, not one … Continue reading

Posted in Blog | Tagged , , | 5 Comments

T-SQL Tricks – Customizing SSMS Templates with Parameters

I wrote briefly about templates in Management Studio (SSMS), and showed the default templates that come with SQL Server. I now want to customize some of the templates in a way that makes sense for me. If I grab a … Continue reading

Posted in Blog | Tagged , | 5 Comments

Always Canary

Deploying software is hard. Despite decades of experience working to update software smoothly, it seems that many of us tasked with that responsibility find ourselves nervous about making changes. This is especially true for database changes, where we must not … Continue reading

Posted in Editorial | Tagged | Comments Off on Always Canary

The Value of Code

It seems that many businesses can operate with a large margin for error. Managers can make some poor decisions, processes can be a bit inefficient, and employees can be disengaged, yet companies can still turn a profit. Non-profits, and certainly … Continue reading

Posted in Editorial | Tagged | Comments Off on The Value of Code