Coding standards

Posted by Piotr Rodak on SQL Blogcasts See other posts from SQL Blogcasts or by Piotr Rodak
Published on Thu, 11 Mar 2010 22:07:00 GMT Indexed on 2010/03/12 0:38 UTC
Read the original article Hit count: 686

This post will be about coding standards. There are countless articles and blog posts related to this topic, so I know this post will not be too revealing. Yet I would like to mention a few things I came across during my work with the T-SQL code. Naming convention - there are many of them obviously. Too bad if all of them are used in the same database, and sometimes even in the same stored procedure. It is not uncommon to see something like create procedure dbo . Proc1 ( @ParamId int ) as begin declare...(read more)

© SQL Blogcasts or respective owner

Related posts about Tips and Tricks

Related posts about t-sql