Programming Practices for DB Developers
Very useful tips from the SQL Programmability & API Development Team.
Check out
http://blogs.msdn.com/sqlprogrammability/archive/2007/01/13/
6-0-best-programming-practices.aspx
Some of the tips include (check the site for more details)
Check out
http://blogs.msdn.com/sqlprogrammability/archive/2007/01/13/
6-0-best-programming-practices.aspx
Some of the tips include (check the site for more details)
- Client Side Parameterization of Queries
- Use Fully Qualified Names
- Use RPC Events over Language Events
- Choose Suitable Object Names
- Exact Match of High Re-use Adhoc Query Text

0 Comments:
Post a Comment
<< Home