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.
这发生在分析结束时 DTA 尝试删除它创建的索引时。不幸的是,在使用数据库的情况下,这会导致严重的阻塞问题。有没有办法防止这种情况?
使用 SQL Server 2008
摆脱这种情况的唯一方法是不在实时数据库上运行 DTA。 创建实时数据库的备份,还原它,然后在其上运行 DTA。