Friday, February 8, 2013

Elements of Programming Style

We can learn , how to write the good quality of code
Please visit @ http://tarunanand.typepad.com/punjabi_by_nature/2005/09/elements_of_pro.html#comments

Good quality of code is something that when you experience it once, you will never forget it.




No comments:

SQL Server - Identify unused indexes

 In this blog, we learn about the index usage information (SYS.DM_DB_INDEX_USAGE_STATS) and analyze the index usage data (USER_SEEKS, USER_S...