• You may try to use "CREATE INDEX WITH DROP_EXISTING" to enable indexes: http://technet.microsoft.com/en-us/library/ms177406.aspx.

    Be carefull when you disable ALL indexes, disabling a clustered index on a table prevents access to the data.