Returns a bigtime value representing the current time with microcecond precision. The accuracy of the current time portion is limited by the accuracy of the system clock.
current_bigtime()
Finds the current bigtime:
select current_bigtime()) ------------------------------ 10:32:00.010101AM
Finds the current bigtime:
select datepart(us, current_bigtime()) ------------------------------ 01010
Finds the current date as it exists on the server.
ANSI SQL – Compliance level: Entry-level compliant.
Any user can execute current_date.
Datatypes Date and time datatypes
Commands select, where clause
Functions dateadd, datediff, datepart, datename, current_bigdatetime