I asked a similar question last week and didn't get a very good response, so perhaps I didn't phrase the question in the right way.
I'd like to know what processes/policies/rules your team has in place for writing T-SQL code and database schema. Here are a couple examples:
1) All foreign key columns should be indexed
2) All primary key columns should be integer Identity
3) All stored procedures/user defined functions need comments
4) No underscores in T-SQL variable names
These are the sorts of things I'm curious about.
Thanks!