Concurrency Checks in MSSQL (Alternatives to TSEQUAL)
I am working in development under SQL 2008, however I have a SQL 2000 database (in compatibility mode).
There are several queries that are using the "TSEQUAL" function to do concurrency checks. It seems however that this function has been completely removed in SQL 2008 and these statements (sitting in SPROCS) no longer compile.
What is the best approach to concurrency checking in SQL 2005 and later?
如果你对这篇文章有疑问,欢迎到本站 社区 发帖提问或使用手Q扫描下方二维码加群参与讨论,获取更多帮助。

发布评论
需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。