February 15, 2005 07:15 PM
T-SQL Checklist
13 practices for highly effective T-SQL
Rating:

(0)
SQL Server Magazine
InstantDoc ID #45065
T-SQL is the core language for server-side data access and manipulation in SQL Server. Applying best practices will help you get the most out of T-SQL. You can use the following checklist to make sure that your T-SQL code is efficient and easy to maintain.
Use set-based solutions. Set-based solutions are usually faster, simpler, and shorter than cursor-based solutions. Set-based solutions let SQL Server's optimizer evaluate multiple execution plans and choose an efficient one instead of...
...This article is for paid Professional Members only.
Already a Professional Member? Please log in now: