Re: cannot deliver sp_repldropcolum schema change
- From: "Paul Ibison" <Paul.Ibison@xxxxxxxxxxxxx>
- Date: Thu, 16 Nov 2006 13:59:03 -0000
My guess is that something references the column on the subscriber. Please
take a look at this article and see if it applies:
http://support.microsoft.com/kb/816755
One way to test this would be to restore a backup of the subscriber database
to another database nema and try to drop the column directly and hopefully
you wont be able to and will get a message referring to the constraint that
prevents the drop. If you can get this, you can drop the constraint using
sp_addscriptexec (assuming it is nothing to do with a filter).
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .
.
- References:
- Re: cannot deliver sp_repldropcolum schema change
- From: Paul Ibison
- Re: cannot deliver sp_repldropcolum schema change
- From: Paul Ibison
- Re: cannot deliver sp_repldropcolum schema change
- From: Aline
- Re: cannot deliver sp_repldropcolum schema change
- Prev by Date: Re: cannot deliver sp_repldropcolum schema change
- Next by Date: Re: Difference between 2000 and 2005
- Previous by thread: Re: cannot deliver sp_repldropcolum schema change
- Next by thread: Re: cannot deliver sp_repldropcolum schema change
- Index(es):
Relevant Pages
|
Loading