Hello All,
I have transactional replication setup from Production server to another server for reporting purposes. We also created some extra indexes on subscriber database for query performance. So when there is any change in replication and our DBA re-initialize replication,
indexes on subscriber database lost everytime. We have to create them manually and application run into performance issue. Can we avoid not to drop indexes when replication in reset? Also can we automatically create index once replication is reinitialized?
Please help.