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

sql server replication

group:

Trans Repl - NonClustered Indexes under Article properties grayed


Trans Repl - NonClustered Indexes under Article properties grayed Tejas Parikh
10/31/2005 11:57:38 AM
sql server replication:
Hey. I've setup a publication with some tables who have clustered as well as
non-clustered indexes. I dont want the non-clustered indexes to get
transferred over. There r no subscriptions yet for this publication. I need
to uncheck the NonClustered checkbox under the Snapshot Tab of Default
Article properties for Table Articles. But it's grayed out and I can't
uncheck it. Even on the individual articles, it's grayed out. Do you have any
Re: Trans Repl - NonClustered Indexes under Article properties grayed Hilary Cotter
10/31/2005 11:44:35 PM
You have two options

1) check include DRI and then uncheck the include non-clustered indexes
2) use the creationscript parameter of sp_addarticle and use a schemaoption
value of 0x00

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
[quoted text, click to view]

Re: Trans Repl - NonClustered Indexes under Article properties gra Tejas Parikh
11/1/2005 8:05:04 AM
Ok, I checked the include DRI and i can uncheck the non-clustered indexes.
But what's the impact of doing this? When I include DRI and remove
non-clustered indexes, what actually does SQL do? I know it would not
replicate the non-clustered indexes. but, wut would it do with DRI checked?
AddThis Social Bookmark Button