Retrieving the date in SQL Server; CURRENT_TIMESTAMP vs GetDate()

CURRENT_TIMESTAMP is standard ANSI SQL, and so is theoretically one tiny little island of ‘don’t need to change’ amongst your thousands of SQL Server-specific lines of SQL if you ever need to move databases….

Leave a Comment