Can we use Index Rebuild Maintenance task to defrag indexes for BizTalk Databases?

Home Page Forums BizTalk 2004 – BizTalk 2010 Can we use Index Rebuild Maintenance task to defrag indexes for BizTalk Databases?

Viewing 1 reply thread
  • Author
    Posts
    • #23135

      Hi,

      from the link http://msdn.microsoft.com/en-us/library/ee308910%28BTS.10%29.aspx

      BizTalk Server does not support defragmenting indexes. “DBCC
      INDEXDEFRAG” and “ALTER INDEX … REORGANIZE …” are not supported since
      they use page locking, which can cause blocking and deadlocks with
      BizTalk Server. BizTalk Server does support database index rebuilds
      (“DBCC DBREINDEX” and “ALTER INDEX … REBUILD …”), but they should only
      be done during maintenance windows when BizTalk Server is not
      processing data. Index rebuilds while BizTalk Server is processing data
      are not supported.

       

      So my question is Can we use Index Rebuild Maintenance task to defrag indexes for BizTalk Databases?

      thanks

    • #23272

      could you advice plz…

      • #23295

        Re-indexing should be done only during down times, and the bts_rebuildindexes stored procedure is the only supported way to rebuild BizTalk indexes.

        Running the bts_rebuildindexes is only supported during down-time, meaning no BizTalk Server processes should be running or any isolated adapters running.

         

        Manuel Stern

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.