Microsoft SQL Server database standard guidelines
SQL DB Standard/ Script Review
1) All script must include header when updating/new
-- =============================================
-- Author: [ Name]
-- Create date: [2019/05/13]
-- Description: [Description]
-- Used by: [Function]
-- =============================================
2) Naming convention ( no short form unless too long) , Stored procedure naming based on table_action.
3) Must include checking if EXISTS for table,