Share via

Publishing databases in SQLserver

Avyayah 1,291 Reputation points
2023-08-07T18:28:02.4+00:00

Sql server requires that all objects referenced by published stored procedures such as tables and user defined functions be available as the subscriber. If the refence objects are not published as articles in this publication, they must be created at the subscriber manually.

How can I overcome this issue when publishing databases from one server to another while setting up transactional replication.

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories


Answer accepted by question author

Anonymous
2023-08-08T08:41:24.3266667+00:00

Hi @Avyayah

I saw your problem in this documentation: https://learn.microsoft.com/en-us/sql/relational-databases/replication/article-issues?view=sql-server-ver16.

The required action it presents is to navigate to the Articles page and add all the objects needed. This is the documentation for the Articles page: https://learn.microsoft.com/en-us/sql/relational-databases/replication/articles?view=sql-server-ver16.

Best regards,

Aniya

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.