Last time around, I spent some time on things not to do when attempting to secure a website against SQL injection. Now I'm going to suggest a few things you can do to lock down a site effectively. Parameterize Your Queries The single most important thing you can do is parameterize your queries. If you…