SQL Server Database Coding Standards and …
V SQL Server Database Coding Standards and Guidelines Naming Tables: Rules: Pascal notation; end with an s Examples: Products, Customers Group related table names1 Stored Procs: Rules: sp<App Name>_[<Group Name >_]<Action> <table/logical instance> Examples: spOrders_GetNewOrders, spProducts_UpdateProduct Triggers: Rules: TR_<TableName>_<action> Examples: TR_Orders_UpdateProducts Notes: The use of triggers is discouraged Indexes: Rules: IX_<TableName>_<columns separated by _> Examples: IX_Products_ProductID Primary Keys: Rules: PK_<TableName> Examples: PK_Products Foreign Keys: Rules: FK_<TableName1>_<TableName2> Example: FK_Products_Orderss Defaults: Rules.
© http://www.SQLAuthority.com V 1.0 © http://www.sqlauthority.com 5) Use the graphical execution plan in Query Analyzer or SHOWPLAN_TEXT or SHOWPLAN_ALL
Download SQL Server Database Coding Standards and …
Information
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
Related search queries
SQL Server DBA Training - Andrew, SQL Server DBA Training, SQL Server 2008 Compare Edition Features, SQL Server, Microsoft SQL Server 2014 Licensing Guide, Enabling Remote Management of SQL Server, MICROSOFT SQL SERVER, Creating a ETL process in, Creating a ETL process in MS SQL Server Integration Services, I. Naming Conventions, Illinois State Board of