transactional replication/publication - limitations

salilsingh-9961 346 Reputation points
2021-04-12T04:28:28.18+00:00

Hi Team,

Could you please reply on below questions -

  1. In order to apply SQL Server transactional replication/publication, is it mandatory that all the tables selected in publisher to have a primary key ?
  2. Incase primary key consists of 2 columns, will transactional replication/publication work for that table?
  3. While applying transactional replication/publication what is the maximum no. of tables that could be selected as articles for publishing?
  4. Could you please provide me with limitations of transactional replication/publication? Please note in I am trying to implement replication between an on-premises SQL Server db to Azure SQL Server db

Thanks,
Salil

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,710 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
494 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,552 questions
0 comments No comments
{count} votes

Accepted answer
  1. Navtej Singh Saini 4,216 Reputation points Microsoft Employee
    2021-04-13T01:44:05.95+00:00

    @salilsingh-9961

    You will find the answer in few of the document1, Document2:

    1) In order to apply SQL Server transactional replication/publication, is it mandatory that all the tables selected in publisher to have a primary key ? Yes it is mandatory

    87146-image.png

    2) Incase primary key consists of 2 columns, will transactional replication/publication work for that table? Yes the composite primary key is okay but the table should have a declared primary key

    3) While applying transactional replication/publication what is the maximum no. of tables that could be selected as articles for publishing?
    87216-image.png

    4) Could you please provide me with limitations of transactional replication/publication? The documents have some remarks and limitations. Please check.

    Please let us know if you have any questions.

    Regards
    Navtej S

    0 comments No comments

0 additional answers

Sort by: Most helpful