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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -