Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Invalid object name 'sysarticles' and Availability Groups

$
0
0
I have a Availibility Groups set up between two SQL 2014 boxes, the primary is used for PROD and the secondary is used for Read Only purposes.. I am attempting to ALTER a table on the primary and add a column to it, but when I run the ALTER TABLE command, I get the following error:Msg 208, Level 16, State 1, Procedure sysextendedarticlesview, Line 870Invalid object name 'sysarticles'.Googling the error it speaks that I would need to break replication and add the column. The problem with that is, we are not running replication, we are running Availibility groups and to the best of my knowledge schema changes should flow thru to the secondary just like any data changes would.Is that a correct assumption? What can I do to get past this error?Thank you in advance for any help and information!!!

Viewing all articles
Browse latest Browse all 6525

Trending Articles