Avoiding Dynamic Name Resolution in SQL Server 2005

Microsoft’s SQL Programmability & API Development Team Blog has a good post with more evidence that it is very important to owner/schema qualify your object names in queries and stored procedures.

The gist of it is that you want to make sure you qualify stored procedure names from your data access code (dbo.SPName instead of just SPName), and you should also qualify table names in your queries and stored procedures.

Technorati Tag: SQL Server

This entry was posted in SQL Server 2005. Bookmark the permalink.

Leave a comment