SSMS - SQL Azure v12 preview - unknown property IsNativelyCompiled

☆樱花仙子☆ 提交于 2019-12-18 13:54:23

问题


When I try to view stored procedures in a SQL Azure database (V12 preview) in Management Studio (2014) I get the following error.

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)

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

Since its in preview I guess that it will be fixed, but is there anyone else who have seen this and in that case have any workarounds until its fixed by MS?

EDIT: It works against on-premise 2014 installations so it seems like its only applies for SQLAzure V12.


回答1:


The solution for me was to download the lastest cumulative update to SQL Server from http://sqlserverbuilds.blogspot.com.es/ (CU5 at the time of writing).



来源:https://stackoverflow.com/questions/27690417/ssms-sql-azure-v12-preview-unknown-property-isnativelycompiled

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