I need to create a push subscription from SQL Server 2012 Std to SQL Server 2014 Express. I have the transactional publication setup and now I'm just trying to create the push subscription. I can't use SSMS because it can't connect to the new version of SQL Server. I tried the example from the following TechNet article but it didn't seem to work...
https://msdn.microsoft.com/en-us/library/ms181702.aspx
What are my options?