We are using SQL Server Transactional Replication (SQL Server 2008 R2) to replicate a subset of Dynamics AX tables to a separate instance for reporting. During monthly releases, we're encountering an error during Model Store Import that says a table cannot be dropped because it is used for replication. However, this article states that Transactional Replication is supported:http://technet.microsoft.com/en-us/library/dd362068.aspx. So, is it, or isn't it? Right now, we have to drop the subscription, drop the publication, perform the import, then recreate both the publication and subscription, and re-initialize the subscription.
Has anyone out there dealt with this issue?