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.
更新统计信息会导致表无法访问吗?换句话说,您可以在不停机的情况下运行此过程吗?
专门用于 SQL Server 2005
不(它不会使它们无法访问),是(您可以在不停机的情况下运行它)。
sp_updatestats 可以针对实时数据库运行而无需停机。
在 SQL Server 2000 中,您可以运行此过程而不会导致停机。我怀疑这在以后的版本中有所改变。