Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 637 Bytes

SRD0064.md

File metadata and controls

31 lines (20 loc) · 637 Bytes

SQL Server Rule: SRD0064

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

Rule Information

Id SRD0064
Friendly Name Consider Caching Get Date To Variable
Category Design
Ignorable true
Applicable Types Procedure
Scalar Function
Table Valued Function

Description

Cache multiple calls to GETDATE or SYSDATETIME into a variable.

Summary