Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 769 Bytes

SRN0006.md

File metadata and controls

38 lines (28 loc) · 769 Bytes

SQL Server Rule: SRN0006

Assembly SqlServer.Rules.dll
Namespace SqlServer.Rules.Naming
Class UseTwoPartNames

Rule Information

Id SRN0006
Friendly Name Use of default schema
Category Naming
Ignorable false
Applicable Types Default
Dml Trigger
Procedure
Scalar Function
Sequence
Table
Table Type
Table Valued Function
User Defined Type
View

Description

Two part naming on objects is required.

Summary

Using two part naming on objects [Schema].[Name] is recommended