Actinic Knowledge Base

General maintenance of the Actinic Enterprise SQL database to improve performance:

You can improve the quality of Actinic Enterprise SQL’s general performance by performing the following maintenance:

Rebuilding an index drops and re-creates the index. This removes fragmentation, reclaims disk space by compacting the pages based on the existing fill factor setting, and reorders the index rows in contiguous pages:

Please see steps below, and perform with care:
  1. Open 'Microsoft SQL server management studio'  
  2. First, ensure you make a backup of your SQL database.
  3. Then go to 'View | Object Explorer'
  4. Connect to your SQL Server Database Engine and then click + to expand the properties of the SQL server.
  5. Expand 'Databases', then expand the database for the site you are using
  6. Expand 'Tables'. You will now see a long list of tables. Expand the first table in the list which has a prefix 'dbo.', for example 'dbo.Additional Files'
  7. Right-click 'Indexes' and then click 'Rebuild All'.
  8. To start the rebuild operation, click 'OK'
  9. Repeat this process for all tables which contain an 'Indexes' folder.
Source:
http://technet.microsoft.com/en-us/library/ms187874.aspx

Attachments

No attachments were found.

How would you rate this answer?



Thank you for rating this answer.


Article Details

Last Updated
11th of June, 2009

Would you like to...

Print this page Print this page

Email this page Email this page

Suggest changes Suggest changes

Subscribe me

Add to favorites Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF

User Opinions (0 votes)

No users have voted.

Related Articles

No related articles were found.

Suggest changes

Suggest changes for this article below. Please try and be as detailed as possible and explain why the change is required. Fields marked with an asterisk are required.

Please do not use this form to send in requests for support. You can go here to do that.

   Name:
   Email:
* Suggested Change:
* Enter the code below:
 

Continue