Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 778 Bytes

SRD0039.md

File metadata and controls

32 lines (22 loc) · 778 Bytes

SQL Server Rule: SRD0039

Assembly SqlServer.Rules.dll
Namespace SqlServer.Rules.Design
Class ObjectTwoPartNameRule

Rule Information

Id SRD0039
Friendly Name Object not schema qualified
Category Design
Ignorable false
Applicable Types Procedure
Scalar Function
Table Valued Function
View

Description

Use fully qualified object names in SELECT, UPDATE, DELETE, MERGE and EXECUTE statements. [schema].[name].

Summary

Use fully qualified object names in SELECT, UPDATE, DELETE, MERGE and EXECUTE statements. [schema].[name]