i want to get SQL SERVER DATE TIME without using the select getdate
Printable View
i want to get SQL SERVER DATE TIME without using the select getdate
Do you have a specific reason not to use the GetDate() function?
You can use the system function CURRENT_TIMESTAMP, but it is essentially the same as GetDate.