开发者

In ASA stored procedure how to view the existing SP using commands

开发者 https://www.devze.com 2022-12-11 02:01 出处:网络
In ASA database What is the command to view the existing stored proced开发者_运维技巧ure code in command prompt?

In ASA database What is the command to view the existing stored proced开发者_运维技巧ure code in command prompt?

Pls help me.

Thanks in advance. Version ASA 9.0


sp_helptext 'dbo.procedure_name'

0

精彩评论

暂无评论...
验证码 换一张
取 消