Results 1 to 3 of 3

Thread: MSSQL 2K - DB Maintenance Plan - Question

  1. #1
    Join Date
    May 2005
    Posts
    111

    MSSQL 2K - DB Maintenance Plan - Question

    Can anyone tell me what the DBCC command is for the Database Optimization - Reorganize data and Indes pages? Said job is failing and I'm trying to get more information that "step 1 failed". I want to run the process from QA for analysis.

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    The actual TSQL command is DBCC dbreindex ... but SQL optimization job uses SQLMaint.exe with the flag -RebldIdx

  3. #3
    Join Date
    Sep 2002
    Posts
    5,938
    You should check plan's log file for detailed reason of failure.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •