GetDate() Expressions
- Last UpdatedMar 18, 2021
- 1 minute read
Note: Extended stored procedures are no longer supported.
Date/time values can have a string value expression containing the string "GetDate". This is not the same as the SQL Server GetDate() function, although the effect is the same. Example expressions are:
GetDate
"GetDate"
"GetDate()"
For example:
exec xp_AnalogHistory GetDate, "GetDate()", 1000, 'SysTimeSec'