drop index takes forever? any ideas

  • I have a test server with the following config.

    2GB RAM , Dual 1.4 GHZ Xeon, scsi attacted local dasd. running developer edition of SS2K.  The Database is Bulk-Load recovery model.

    Execute a drop index on the 11 MIL row table takes a few seconds.

    I have a production server with the following config.

    2GB RAM, Dual 1.4GHz Xeon, 4 Drive of 50GB connected to Hitachi SAN, running the Standard edition of SS2K.  This database is in Simple recovery.

    Execute a drop index on a table with 11Mil rows takes over 1 hour.

    hmaandek

  • It could be that the TSQL to drop the index is being blocked by something else running against the table.

  • Also check to see if you auto shrink set on on the database. Sometimes these settings can cause performance problems.

  • no auto shrink is not on and there was no blocking taking place either.

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

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