1. Use dbo. before the Tables.
2. Use Declare Tables instead of Temporary Tables
3. Use INDEX's respectively.
4. Use the Constraints correctly for table.
5. Follow the DataModel perfectly and avoid the redundancy and duplicate data.
6. Use WITH(NOLOCK) for tables in query for avoiding Dead Locks.
7. Use EXISTS instead of INNER JOIN, if possible.

SenthilkumarPosted May 30, 2012, 4:15 AM
It nice to see the tips.
Why can't you post it as blog/article/tips.
Here the forum for discussing the technical issues. Sharing need to goes into blog or tips...
vinod kumarPosted May 29, 2012, 12:21 PM
Satyapriya NayakPosted May 28, 2012, 10:45 PM