Applies to
Description
Returns a datetime2(7) value that contains the date and time of the computer on which the instance of SQL Server is running. ().
Sample Source Pattern
Syntax
Examples
Code:
SELECT SYSDATETIME ( ) AS SYSTEM_DATETIME;
Result:
SYSTEM_DATETIME |
-----------------------+
2022-05-06 12:08:05.501|
Code:
SELECT LOCALTIME ( ) AS SYSTEM_DATETIME;
Result:
SYSTEM_DATETIME |
-----------------------+
211:09:14 |
Known Issues
No issues were found.
No related EWIs.