Have you ever wondered how to get the current time and date within SQL Server? Well I am going to show you two easy methods of getting this information.
The first method is my preferred method as it’s slightly shorter than the second method.
SELECT CURRENT_TIMESTAMP


Originally published at https://parvtheitgeek.com on February 9, 2014.