Good practices - database programming, unit testing

Posted by Piotr Rodak on SQL Blogcasts See other posts from SQL Blogcasts or by Piotr Rodak
Published on Mon, 24 May 2010 00:27:00 GMT Indexed on 2010/05/24 0:51 UTC
Read the original article Hit count: 559

Jason Brimhal wrote today on his blog that new book, Defensive Database Programming , written by Alex Kuznetsov ( blog ) is coming to bookstores. Alex writes about various techniques that make your code safer to run. SQL injection is not the only one vulnerability the code may be exposed to. Some other include inconsistent search patterns, unsupported character sets, locale settings, issues that may occur during high concurrency conditions, logic that breaks when certain conditions are not met. The...(read more)

© SQL Blogcasts or respective owner

Related posts about Tips and Tricks

Related posts about t-sql