SQL Server has limited support for replicating DDL. You
can't simply make DDL changes to a table and expect them
to be replicated transparently. It has to be done through
special replicaiton stored procedures. See 'Schema Changes
on Publication Databases' in the BOL.
Linchi
[quoted text, click to view] >-----Original Message-----
>Can any body tell me that how can I replicate the DDL
commands into
>Subscriber ?
>
>Waiting for your reply
>
>Noor
>
>
>.
No i didn't find any help on BOL regarding 'Schema Changes on Publication
Databases' could you please give me the detail data regarding this
[quoted text, click to view] "Linchi Shea" <linchi_shea@NOSPAMml.com> wrote in message
news:07ae01c3ce47$65972530$a001280a@phx.gbl...
> SQL Server has limited support for replicating DDL. You
> can't simply make DDL changes to a table and expect them
> to be replicated transparently. It has to be done through
> special replicaiton stored procedures. See 'Schema Changes
> on Publication Databases' in the BOL.
>
> Linchi
>
> >-----Original Message-----
> >Can any body tell me that how can I replicate the DDL
> commands into
> >Subscriber ?
> >
> >Waiting for your reply
> >
> >Noor
> >
> >
> >.
> >