Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 709 Bytes

File metadata and controls

29 lines (19 loc) · 709 Bytes

SQL Server Rule: SRD0062

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

Rule Information

Id SRD0062
Friendly Name Implicit collation
Category Design
Ignorable false
Applicable Types Procedure

Description

Create SQL Server temporary tables with the correct collation or use database default as the tempdb having a different collation than the database can cause issues and or data instability.

Summary

System.Xml.XmlElement