|
|
Entries for November 2020
posted on November 03, 2020 11:20
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()