Groups | Blog | Home
all groups > sql server replication > june 2006 >

sql server replication : MSmerge_conflict_publication_article table


Doug
6/20/2006 12:36:02 PM
In SQL 2005, how do you look at, and ultimately update, system tables such as
a MSmerge_conflict_publication_article table? I can't find an
INFORMATION_SCHEMA view that allows this. Currently in SQL 2000, I will
periodically purge the conflicts that have been recorded in these type of
tables and want this ability in SQL 2005.

Thanks,

Hilary Cotter
6/20/2006 4:27:34 PM
You can manipulate the contents of this table using the conflict viewer.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

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]

Doug
6/21/2006 8:33:07 AM
Hilary,

The conflict viewer won't help me. I have way too many databases to do this
manually.

You can work with these tables in 2000, but it appears Microsoft have denied
access to system tables, even to sa.

I need to be able to run a T-SQL DELETE statement against these conflict
tables to clean them up.

Any ideas how I can do this?

Thanks,

Doug


[quoted text, click to view]
AddThis Social Bookmark Button