TSEQUAL
TSEQUAL is a special SQL Server function that was used to compare two timestamp columns, verifying if they are equal. This function is, however, no longer supported in the recent versions of SQL Server.
Example
Output
Explanation
The TSEQUAL function is used to compare two timestamp values. In this example, the timestamps of the database (represented as @@DBTS) are compared to themselves. Since the compared timestamps are the same, the output is ‘True’.