Sign In
SQL 2005
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Pages
SQL 2005 - Code samples
SQL 2005 - Coding Standards
SQL 2005 - What's New
Archive
Archives
March 2006
(5)
February 2006
(1)
January 2006
(1)
December 2005
(2)
November 2005
(1)
March, 2006
MSDN Blogs
>
SQL 2005
>
March, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL 2005
SQL 2005 - Coding Standards - Formatting Specfics
Posted
over 6 years ago
by
sbates
0
Comments
Formatting Specfics Database Objects Quote all database objects/fields using square brackets Reference all objects by owner/schema Eg: [dbo] . [authors] Keywords Use UPPERCASE for all keywords Eg. SELECT * FROM [dbo...
SQL 2005
SQL 2005 - Coding Standards - Basic Formatting and Indentation Rules
Posted
over 6 years ago
by
sbates
0
Comments
Basic Formatting and Indentation Use 4 spaces for indenting Use 4 spaces for indenting in your database source files and remain consistent throughout the file on the number of space chosen for an indent. Editors will allow you to configure the...
SQL 2005
SQL 2005 - Coding Standards - Database Object Naming Rules
Posted
over 6 years ago
by
sbates
1
Comments
Database Object Naming Rules Summary: Casing Prefix Suffix Alpha Numeric Characters Notes Tables Pascal x Use singular form: Eg User, not Users Linking Tables...
SQL 2005
SQL 2005 - Coding Standards - General Naming Convention Rules
Posted
over 6 years ago
by
sbates
1
Comments
General Naming Convention Rules Definitions: PascalCasing – The first character of each word is capitalized. Example: F irst N ame camelCasing - The first character of each word is capitalized except the first one Example: first N ame UPPERCASE...
SQL 2005
SQL 2005 - FOR XML enhancements
Posted
over 6 years ago
by
sbates
0
Comments
In this sample includes enhancements to FOR XML in SQL 2005...
Page 1 of 1 (5 items)