You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The Online index rebuild operation is an application that creates an index with online option .


In a few editions of SQL Servers (such as STANDARD edition) the index creation with the ONLINE property is not supported and the operation results in failure message displayed to the user, instructing to run the application manually without the ONLINE property.

User can run the utility manually with additional parameters to build the indexes without the ONLINE option as follows:

<installdir>\SQLcomplianceIndexUpgrade.exe "server=serverName; database=SQLcompliance; integrated security=SSPI; Connect Timeout=30;” “ONLINE=OFF”

The second parameter “ONLINE=OFF” is an optional parameter and is to be used only when the index update operation cannot be performed with the ONLINE option.

This operation should only be done during a downtime, since the index creation will acquire a lock on the Events table and the auditing will not work in that duration.

Updating indexes optimizes performance when viewing and managing event data.

Before updating the indexes, ensure the selected database has sufficient free space to accommodate these changes. For example, if the current database is 1MB in size, the updated database may grow to 2 MB. In this case, the update process would require 1MB of free space.

Also be aware that this update process may be resource-intensive and may take some time to complete. Consider performing database updates during non-peak hours.



IDERA | Products | Purchase | Support | Community | Resources | About Us | Legal
  • No labels