简体   繁体   中英

SSMS - Cannot View Stored Procedures in Azure SQL Database

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.

I would suggest install SQL Server Management Studio 2016.

login with admin account or any account which has admin access in azure sql server

Did you tried creating new account?

I had the same problem when I was using SQL server management studio 2014. Because compatibility levels are different in SQL Server 2014 and 2017. You should install SQL server 2017 (the latest version) and this works for me. Or you can install service pack of SQL server 2014.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM