How to defragment the sharepoint databases in SQL Server 2005

  • Hi,

    http://support.microsoft.com/kb/943345/. In this link, we have a stored procedure which reindexes or rebuilds the indexes of sharepoint databases.

    Search database

    Profile database

    Content database in SQL Server 2005.

    So my question is Do we need to create this stored procedure in each of these 3 databases and schedule as a weekly job? or If we create this procedure in master database, how can we use this procedure to defragment the indexes of all these 3 databases?

    can we use this procedure to defragment the indexes in other databases too including the above 3 databases?

    Plz advice me

    Thank You

    Madhu

  • Could you plz give me some idea on this...

  • Based on the article stored procedure you need to create it in all thee databases and call them separately in a job.

    MJ

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply