Hi All,
In our project, we have lot of end routines written for LooK-up some other DSOs. Intially the data load took lot of time. Then we analyzed the select statements in the end routine. We started creating the Index in the table level of the DSO. After doing this, the data loads is taking very less time. We created the Indexes in table level directly by opening the production system. I just want to know, instead of creating the indexes directly in production. I want to transport the indexes from development. Can you please guide me how to transport the indexes from development.
Thanks.