Thursday, June 28, 2018

SQL Code Analysis From a PowerShell Deployment Script

Database code analysis becomes more important as the team doing the database development gets bigger and more diverse in skills. Hard-working database developers sometimes check-in "temporary" development code by mistake, so it is always good to have a way of flagging up SQL Code issues and "smells" that are agreed to be incompatible with "production" standards.

Database Developers like to agree and share a common set of styles and conventions so that they can work easily on all parts of the database code. Where the developers need to work across applications rather than just on the database, these pre-release checks on the source become even more important because these checks should indicate where code review might be helpful. SQL Code Guard can work with either a database or the source code.



from DZone.com Feed https://ift.tt/2lEud9h

No comments:

Post a Comment