• Love these topics.

    Did hit a syntax issue with this:

    SELECT SYSUTCDATETIME() AS "UTC Time",

    SYSDATETIME() AS "Local Time"

    DATEADD(HH,-7,SYSUTCDATETIME()) AS "Calculate Local Time";

    Needed a comma.