0

In ASA database What is the command to view the existing stored procedure code in command prompt?

Pls help me.

Thanks in advance. Version ASA 9.0

Danny Beckett
  • 20,529
  • 24
  • 107
  • 134
Ambat bhath
  • 1,425
  • 1
  • 12
  • 23

1 Answers1

0

sp_helptext 'dbo.procedure_name'

Mike
  • 279
  • 1
  • 8