Returns a datetime2(7) value that contains the date and time of the computer on which the instance of Querona is running.
SYSDATETIME ( )
datetime2(7)
SELECT SYSDATETIME() as [now];
Functions