store procedure in SQL 2000 question

  • How can I find out which content of a sp in a database in SQL 2000 quickly? I don't want to manually go to right-click properties and look at it. I want a better efficient way. Is it stored in a system table? Please let me know. Thanks.

  • You can use sp_helptext xxx (where xxx is the name of your stored procedure.

    You can also query the syscomments table directly.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply