简体   繁体   English

在SQL Server 2016中没有看到“执行存储过程”

[英]Not seeing “Execute stored Procedure” in SQL Server 2016

Is anybody else having an issue when they right click on an SP, and not seeing the option to execute the SP? 当其他人右键单击SP并没有看到执行SP的选项时,是否还有其他问题? Only option that I have is to script as execute. 我唯一的选择是执行脚本。 I am running SQL Server 2016 express. 我正在运行SQL Server 2016 Express。

Too long for comment! 评论时间太长!

I suggest that you back up the database now. 我建议您现在备份数据库。 Full and transaction. 完整和交易。

Then check the Compatibility level. 然后检查兼容性级别。 Change it back to your previous version of SQL server. 将其更改回以前的SQL Server版本。 Take another back up (to a new file!!). 再次备份(到新文件!)。

Now did you upgrade the whole of SQL server or just SSMS? 现在您升级了整个SQL Server还是只是升级了SSMS? You could just install another earlier version of SSMS and leave the existing server in place and running, test to see if the functionality is all still there with the new (older) SSMS and the old (Ok most recently installed SQL Server). 您可以只安装另一个早期版本的SSMS,然后将现有服务器保留在原处并运行,测试新旧版本的SSMS和旧版本(确定最近安装的SQL Server)的功能是否仍然存在。

Microsoft are doing monthly releases of SSMS so it is changing fast - which can mean bugs, but the server should be more stable, so the problem could just be a SSMS issue and your database could be fine. 微软正在每月发布SSMS,因此它的变化很快-这可能意味着错误,但是服务器应该更稳定,因此问题可能只是SSMS问题,您的数据库也可以。

New patch came out. 新补丁发布了。 It works wonderfully now. 现在,它的运行非常出色。 My issue was resolved. 我的问题已解决。 Thanks for the help... 谢谢您的帮助...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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