有时候你没有办法使用图形界面的管理器连接SQL服务器,这个时候如果你想查看一个存储过程的内容就只能依靠SQL语句了。
系统提供了一个存储过程可以查看rule,stored procedure, user-defined function, trigger, 或者 view。
Syntaxsp_helptext @objname = 'name'sp_helptext [ @objname = ] 'name' [ , [ @columnname = ] computed_column_name
示例:
sp_helptext 'dbo.nameofsp'
继续阅读与本文标签相同的文章
上一篇 :
如何把JS文件嵌入资源文件
下一篇 :
在DNN模块开发中使用jQuery
-
Error &ldquoUnable to copy the file xxx from the project template to the project. Can't find the file xxxx&rdquo when create VS template
2026-05-25栏目: 教程
-
桌面重置,所有的东西都消失了怎么办?
2026-05-25栏目: 教程
-
微软近期Open的职位
2026-05-25栏目: 教程
-
Some key capabilities I want to develop
2026-05-25栏目: 教程
-
微软MSIT部门Open职位
2026-05-25栏目: 教程
