码迷,mamicode.com
首页 > 数据库 > 详细

Modify a Stored Procedure using SQL Server Management Studio

时间:2015-11-27 12:36:00      阅读:165      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!