Functions (Level 4)
SQL Server 6.x | SQL Server 2000 |
---|---|
The @@DBTS global variable was incremented any time any page in the database was modified in any way. | The value returned by the @@DBTS function changes only if a row containing a timestamp column is modified.
Expect different results as compared to earlier versions of Microsoft® SQL Server™ when using @@DBTS. |