• Login

Snippets

Entries for November 2020

03
Declare @todays_date Date set @todays_date = CAST(SYSDATETIMEOFFSET() AT TIME ZONE 'Eastern Standard Time' AS date) For example, if you want ...

[Read the rest of this article...]

Azure SQL GetDate()