【发布时间】:2012-01-29 12:50:00
【问题描述】:
有没有办法在 SQL Server 索引重建/重组操作期间防止 SQL INSERT 超时?我们正在使用 NHibernate,命令超时设置为 10 分钟,SQL Server 2008 R2,正在在线完成索引重建。
【问题讨论】:
标签: sql-server nhibernate indexing command-timeout
有没有办法在 SQL Server 索引重建/重组操作期间防止 SQL INSERT 超时?我们正在使用 NHibernate,命令超时设置为 10 分钟,SQL Server 2008 R2,正在在线完成索引重建。
【问题讨论】:
标签: sql-server nhibernate indexing command-timeout
嗯,不。嗯,是。如果您进行在线索引重建,那么该表仍然可以访问。要求:企业版。
What is the difference between OFFLINE and ONLINE index rebuild in SQL Server? 有更多关于区别和要求的信息。
【讨论】: