transactional replication

  • Table consists of greater than 254 columns,i am tring to replicate that table,then it failed.

    using replication type is transactional.

    How to replicate that table.

    Thanks in advance.

  • Transactional replication supports upto 1000 columns per table, what is the error message thar you are getting?

  • a column have unique index and PK(in that table), is it possible.

  • charipg (7/2/2009)


    a column have unique index and PK(in that table), is it possible.

    I am not sure if I understand this statement/question,

    However regarding PKs -- All published tables in transactional replication must contain a declared primary key

  • That table have a identity column.should i delete identity property?

  • charipg (7/2/2009)


    That table have a identity column.should i delete identity property?

    Is the identity column your primary key? if so i would not delete it, Identity columns can cause problems with Merge replication, but with one-way transactional replication i have not had any issues.

    The best next step would be to check the log to see why the replication is failing..

  • thanks ............

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply