Select from following answers:- SYSDATETIME
- SYSDATETIMEOFFSET
- SYSUTCDATETIME
- All of the above.
- All Above
SYSDATETIME() is introduced in SQL Server 2008 only... This is similar to GETDATE() function except the following difference...
In case of GETDATE the precision is till miliseconds (3-digits)and in case of SYSDATETIME the precision is till nanoseconds ( 7-digits).
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator