Architecture, Standards

T-SQL Logging

This is a framework and standard for handling logging different system messages including Debug, Error, Fatal, Info, Trace, and Warn for aiding in trouble shooting, auditing and tractability of the T-SQL system. Philosophy We want to make sure that if anything happens in the execution of T-SQL that is abnormal, that we log out what occurred to help with troubleshooting…

Continue Reading

Architecture, Standards

T-SQL Naming

This standard should provide guidance for developers who are naming object in T-SQL. Philosophy We want object to have simple to understand and consistent naming across all T-SQL in an enterprise. This will not only help your quality but speed up the development life cycle of T-SQL projects. Overall All Concepts This are concepts that apply to all T-SQL objects…

Continue Reading