Reputation: 536
I'm trying to set up transactional replication between linked ms sql servers. The publication data is running in SQL v 11.0 and I'm trying set up the subscriber on a new server running sql V12.0. Using the wizard but I'm getting an error that the subscription is not a high enough version. This doesn't make sense. Does anyone have any ideas? Publisher is MTSQL02 and Subscriber is MTSQL04
Thanks Chris
Upvotes: 0
Views: 74
Reputation: 2481
Use SQL server managament studio 2012
"C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\Ssms.exe"
Upvotes: 0