SQL Server Management Studio 2014: Unable to view stored procedures on Azure SQL Database V12

梦想的初衷 提交于 2020-02-03 09:43:13

问题


I have updated SQL Server Management Studio to the latest version at time of writing - 12.0.4432.0 - this is SP1 with CU3 and additional bug fixes. My Azur SQL Database version is 12.0.2000.8

I can not view any stored procedures through the GUI, when I try I get this error (all other functionality appears to be working normally):

TITLE: Microsoft SQL Server Management Studio

Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)

For help, click:
http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&LinkId=20476

ADDITIONAL INFORMATION:

unknown property IsNativelyCompiled (Microsoft.SqlServer.Management.Sdk.Sfc)

Help>About

Microsoft SQL Server Management Studio                      12.0.4432.0
Microsoft Analysis Services Client Tools                        12.0.4432.0
Microsoft Data Access Components (MDAC)                     6.1.7601.17514
Microsoft MSXML                     3.0 5.0 6.0 
Microsoft Internet Explorer                     9.11.9600.17801
Microsoft .NET Framework                        4.0.30319.42000
Operating System                        6.1.7601

回答1:


I had the same problem, I have download the service pack 1 (https://www.microsoft.com/en-us/download/confirmation.aspx?id=46694) and I resolve



来源:https://stackoverflow.com/questions/33914039/sql-server-management-studio-2014-unable-to-view-stored-procedures-on-azure-sql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!