'Difference between CURRENT_TIMESTAMP and GETDATE() [duplicate]

What is the difference between CURRENT_TIMESTAMP and GETDATE() in SQL Server?

SELECT CURRENT_TIMESTAMP, GETDATE()


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source