Posted by: Manpreet Singh on: September 9, 2008
Naming conventions are as important as a solid design to database. It is very important to name your table, views and stored procedure in a ways so that anyone could easily understand the query or structure of table in first glance. Poor naming convention can result in a lot of problems for both yourself [...]