MSSQLDate/Time FunctionsSYSDATETIME
GETUTCDATE

SYSDATETIMEDate/Time Functions

CURRENT_TIMESTAMP

Returns the current date and time with high precision.

Syntax

SYSDATETIME()

Example

Enter values below to update the example in real time.

high_precision_now
SELECT SYSDATETIME() AS high_precision_now;