首页 > 数据库技术 > 详细

Modify a Stored Procedure using SQL Server Management Studio

时间:2015-11-27 12:34:13      阅读:305      评论:0      收藏:0      [点我收藏+]
  1. In Object Explorer, connect to an instance of Database Engine and then expand that instance.

  2. Expand Databases, expand the database in which the procedure belongs, and then expand Programmability.

  3. Expand Stored Procedures, right-click the procedure to modify, and then click Modify.

  4. Modify the text of the stored procedure.

  5. To test the syntax, on the Query menu, click Parse.

  6. To save the modifications to the procedure definition, on the Query menu, click Execute.

Modify a Stored Procedure using SQL Server Management Studio

原文:http://www.cnblogs.com/hellohelloworld/p/5000231.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!