Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 CDC 进行数据库更改通知。 但有些人建议不要使用 CDC。 我发现了另一个选项 SQL Dependency。 SQL Dependency 和 CDC 中哪一个是更好的选择?
在没有广泛阅读两者及其差异的情况下,立即跳出来的一件事是 CDC 仅在 SQL Server Enterprise 上可用。看起来 CDC 会使用大量存储空间并导致性能下降,但 SqlDependency 仅推荐用于少数依赖客户端。