SQL GETUTCDATE Function

The SQL Server GETUTCDATE function is a Date and Time Function used to return the current system timestamp as a DateTime value. The return value of the GETUTCDATE function is the current UTC (Coordinated Universal Time). It is derived from the computer’s OS (Operating System) on which the Server instance runs. The syntax of the … Read more