sql server - Concurrency Checks in MSSQL (Alternatives to TSEQUAL) -
I am working in development under SQL 2008, though I have SQL 2000 database (in compatibility mode) .
There are several questions that are using the "TSEQUAL" function to perform collateral investigations. It seems that this function has been completely deleted in SQL 2008 and these statements (are sitting in SPROCS) Now do not compile.
What is the best way to check for concurrency in SQL 2005 and later? / Strong>
Comments
Post a Comment