Building Concurrent Indexes On Same Table

  • We move data from our OLTP to our report server for aggregations and reports. The indexes on the OLTP aren't the ones we want on the report server. We drop those and add new ones. Let's say one table needs 4 indexes added. Is it best to break these up into 4 different scripts to run linearly, or can they be in one script?
    Thanks

  • darren.thompson 95578 - Tuesday, September 4, 2018 2:26 PM

    We move data from our OLTP to our report server for aggregations and reports. The indexes on the OLTP aren't the ones we want on the report server. We drop those and add new ones. Let's say one table needs 4 indexes added. Is it best to break these up into 4 different scripts to run linearly, or can they be in one script?
    Thanks

    One script is fine.

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

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