the next patch/sp or future version of SQL . We have forwarded the column
"Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
news:O2Rp$Yp7EHA.2676@TK2MSFTNGP12.phx.gbl...
> If your tables are small, you could have the application write to views
> which correspond to the underlying tables, only the column names in the
> underlying tables are correct, but pubid would be in the view. If the
> tables
> are larger you would have to go with indexed views.
>
> --
> Hilary Cotter
> Looking for a SQL Server replication book?
>
http://www.nwsu.com/0974973602.html > "Noman Qureshi" <nomq@hotmail.com> wrote in message
> news:%23bNObWg7EHA.1404@TK2MSFTNGP11.phx.gbl...
>> Thanks for you reply Hilary
>> The table and column is in use of five applications, is there any other
>> workaround for this problem
>>
>> (else have to modify and recompile all the applications)
>>
>>
>> "Hilary Cotter" <hilary.cotter@gmail.com> wrote in message
>> news:eMHGaLg7EHA.1300@TK2MSFTNGP14.phx.gbl...
>> > there are some reserved column names in merge replication. PubID is one
> of
>> > them, others are: reason_code, source_object, reason_text,
>> > conflict_type, origin_datasource, tablenick, and create_time.
>> >
>> > If any of your tables have columns with these names in them, your
> snapshot
>> > will fail with a message similar to the one you are getting.
>> >
>> > You will have to change the column names for this to work.
>> >
>> > --
>> > Hilary Cotter
>> > Looking for a SQL Server replication book?
>> >
http://www.nwsu.com/0974973602.html >> > "Noman Qureshi" <nomq@hotmail.com> wrote in message
>> > news:%23h4bWBg7EHA.2180@TK2MSFTNGP10.phx.gbl...
>> >> Hello All
>> >>
>> >> I am facing problem creating merge replication, searched MS site but
>> >> found nothing on it
>> >>
>> >> I have created a new merge publication with all the tables in a DB,
> this
>> >> error occurs wile snapshot agent starts to create the snapshot error
>> >> is
>> >>
>> >> Snapshot Agent Error Details
>> >>
>> >> Error:
>> >> "Column names in each table must be unique. Column name 'PubID' in
> table
>> >> 'aonflict_NomBilling_PubPage' is specified more than once."
>> >>
>> >> Category = Data source
>> >> Source = sqlserver1
>> >> Number = 2705
>> >>
>> >> At this point the snap shot agent aborts
>> >>
>> >> Any advice/solution
>> >>
>> >> Thanks & Regards
>> >>
>> >> Qazi M.
>> >>
>> >
>> >
>>
>>
>
>