Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Monday, January 22, 2018

Finding code smells using SQL Prompt: procedures that lack schema-qualification

SQLServerCentral.com Articles
Finding code smells using SQL Prompt: procedures that lack schema-qualification

It is a very good idea to get into the habit of qualifying the names of procedures with their schema. It is not only makes your code more resilient and maintainable, but as Microsoft introduces new features that use schemas, such as auditing mechanisms, you code contains no ambiguities that could cause problems.

No comments: