Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
mikjall
Starting Member
3 Posts |
Posted - 2008-02-28 : 12:20:21
|
| In SQL Server 2005, how do you list your source code of a specific procedure using a system stored procedure?Thank you for the help! |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-02-28 : 12:44:17
|
| sp_helptext procedurename |
 |
|
|
|
|
|