kerrycode

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

2016-01-20 12:10  潇湘隐者  阅读(1892)  评论(0编辑  收藏  举报

  使用Microsoft SQL SERVER 2014 Management Studio访问Azure SQL Database时,查看存储过程时遇到下面错误信息:

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

clipboard

出现这个问题是因为VSTS bug 3708718 : The Modify and Execute Stored Procedure shortcut menu options (right-click a stored procedure) when it is connected to the latest version of Azure SQL Database are enabled.具体参考官方文档Cumulative update package 5 for SQL Server 2014

解决这个问题,需要下载SQL Server 2014年累积更新包 5(Cumulative update package 5 for SQL Server 2014),按要求操作后,你会收到微软的一封邮件,在对应链接你就可以下载到SQL Server 2014 累计更新包(480863_intl_x64_zip.exe)。安装应用后就可以解决这个问题。

参考资料:

https://support.microsoft.com/zh-cn/kb/3011055

分类:

技术点:

相关文章:

  • 2022-01-02
  • 2022-01-13
  • 2021-09-29
  • 2021-11-02
  • 2021-12-23
  • 2021-09-08
  • 2021-10-12
  • 2021-11-22
猜你喜欢
  • 2021-10-26
  • 2021-08-09
  • 2021-08-14
  • 2021-11-27
  • 2021-08-01
  • 2021-11-05
  • 2021-09-17
相关资源
相似解决方案