Microsoft has a guide on naming conventions for C#, etc. Is there something similar for SQL Server?<BR><BR>i.e. names for tables, columns, stored procedures, stored procedure variables, ...
I've never seen a document, but I've thought about this one a lot.<BR><BR>In general, a naming convention in SQL needs 3 things:<BR><LI>A capitalization scheme ...