• Sponsored Links :

SQL

Technology Blog - C,C++,VC++,JAVA,XML,SQL,SOA

Hello,
 
I created a knowledge sharing blog sothat I can archive my Technical Knowledge which may be helpful for others.
 
Below is the link for the Blog:
http://krishnakoney.blogspot.com/
 
Have a great time
thanks & regards
krishna koney

 

25 SQL Commandments

An article, called 25 SQL Commandments, is a list of tips to help a developer avoid the plague of poorly written SQL statements. The article itself is written for Oracle with some specific Oracle commandments, but a lot of the commandments hold true for SQL Server, too. The 25 SQL Commandments briefly are:

Know your data and business application well.
Test your queries with realistic data.

aashish's picture