Thursday, June 04, 2009

SQL Server Standards , SQL Server Naming Conventions , SQL Server Coding Guidelines

I'm reading: SQL Server Standards , SQL Server Naming Conventions , SQL Server Coding GuidelinesTweet this !

Generally once a project kicks off, general guidelines and standards document is treated like a de-facto document for each project (in order to save the project from getting jinxed by ignorant knowledge workers :) ). If you are looking for any standards and guidelines document from the below list, here is the SQL Server Standards Document for download.

SQL Server Naming Conventions and Standards

  • Databases, Files, and File Paths
  • Tables and Views
  • Columns
  • Indexes
  • Stored Procedures
  • Triggers
  • Variables

SQL Server Programming Guidelines

  • Introduction
  • Code Readability and Format
  • Datatypes
  • Stored Procedures
  • Performance Considerations
  • Miscellaneous Topics

SQL Server Security Model

  • General Access Requirements
  • SQL Server Roles

SQL Server Migration

  • RACF Requirements
  • Development Environment
  • Production Migration

SQL Server Execution Environment

  • Non-Web Applications
  • Web Applications

No comments:

Related Posts with Thumbnails