Anatoly Lubarsky Logo
MSSQL, .NET, Design. Life and Music

The most important thing in SQL

Is code format. Like casing, indentation and allignments. For example it's better to put commas before the sentence and not after. Like:


SELECT ProductId
      ,ProductName
  FROM Products;

BTW, MSSQL 2005 does excellent job formatting code that it generates.


Related Posts:

Friday, March 03, 2006 4:17 AM

If your feedback doesn't appear right away, please be patient as it may take a few minutes to publish.

Post a Comment

Protected by CAPTCHAEnter the code you see
Name (*)  
E-mail (*)  
Url
Remember

Comment (*)