all groups > sql server replication > april 2005 >
You're in the

sql server replication

group:

How to modify indexes on replicated table


Re: How to modify indexes on replicated table Mike Jansen
4/28/2005 12:00:00 AM
sql server replication:
When you create your publication articles you can indicate that if the table
already exists, leave it alone (instead of DROPping it). This allows you
more freedom to do things on the subscriber but it also introduces some
complexity because now you need another mechanism to update the schema if it
changes. Take a look in Enterprise Manager under the publication
properties, pick an article and click the properties button and view the
Snapshot tab. Also lookup sp_addarticle.

Mike

[quoted text, click to view]

How to modify indexes on replicated table Sam
4/28/2005 9:24:01 AM
Is there anyway to modify indexes also permissions on replicated tables for
SQL2000
Transactional replication.
Every time snapshot agent runs and refreshes the table all of the indexes
are replaced from source table and also permissions
AddThis Social Bookmark Button