• I ran into a similar problem when adding a column with a default to a publication.  The subscribers are all using SQLCE which I guess doesn't support default constraints so they would error out when trying to replicate the new column.  Do you know of any way to add a column with a default constraint but not replicate the default constraint?