May 10, 2006 at 1:17 pm
Hi all,
Please guide me... im going to create indexes on some tables which are involved in the replicaion..
will there be any effect on my replication or not??
look forward for the guidence.
Regards,
Noman
May 10, 2006 at 2:04 pm
It depends. Adding indexes always has some negative impact on performance of inserts and updates (of which replication does a lot). So it depends on the index.
The main thing to be aware of with adding indexes to replicated tables is that the indexes do not get replicated, so you have to add the indexes on each server separately if you want the other servers to have the indexes.
May 10, 2006 at 3:59 pm
Yes that is I want.. but can u guide me again ..
how should i can not get indexes in the replication.
Thanx alot.
Noman
May 10, 2006 at 4:02 pm
Your question isn't clear. What exactly do you need guidance with?
May 10, 2006 at 4:07 pm
you wrote that i should be aware that these indexses should not the part of replication. this is my questions how can i do this, bcz my table is in replication but i want the indexes on one server seperatly. can i do it without any problem in replication??
Thanks for your quick response.
Noman
May 10, 2006 at 4:11 pm
I did not say that they "should not" be part of replication, I said that they "are not" part of replication. Indexes will only be on the server that you put them on. If you want it on all servers, you have to put it on all servers. If you want it on only 1 server, then only put it on 1 server.
May 10, 2006 at 4:24 pm
Okay!!
You mean if i create an index on Server1 it will not take any effect on the replication.??
Thanks alot.
Noman
April 19, 2010 at 3:52 am
I've found that indexes don't get replicated with SQL Server 2005 Transactional Replication that's set up as a No Sync Publication.
I haven't tested for a Full Sync Publication though.
Does anyone know if indexes are replicated with SQL Server 2005 Transactional Replication that's set up as a FULL Sync Publication?
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply