My SSMS came with my SQL Server 2014 which I installed in June 2016, its version information given by @@version is:
Microsoft SQL Server 2014 - 12.0.2000.8 (X64)
Feb 20 2014 20:04:26
Copyright (c) Microsoft Corporation
Express Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)
I created a SQL Server service on Azure, its config page is:
And its version information given by @@version is:
Microsoft SQL Azure (RTM) - 12.0.2000.8
Oct 18 2016 13:39:34
Copyright (c) Microsoft Corporation
Now I have problems in viewing the stored procedures residing in my Azure database through SSMS, the error is exactly as that in this question: SQL Server Management Studio 2014: Unable to view stored procedures on Azure SQL Database V12
and this: SSMS - SQL Azure v12 preview - unknown property IsNativelyCompiled
I followed the solution. I downloaded the latest patch:
3188778 Cumulative update package 2 (CU2) for SQL Server 2014 Service Pack 2
from this link: http://sqlserverbuilds.blogspot.co.nz/.
But I cannot install it, I got an error as:
Any help is appreciated. Thanks.