|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
SP_ list
Hi,
Does anyone know if there is a list of all the sp_ (built in)procedure and their purpose? |
|
#2
|
||||
|
||||
|
T-SQL Help in query analyzer has a list of all procs and their purposes.
you can view all stored procs with select * from sysobjects where xtype='p' executing that in the master database will give you all major sp_ procs, msdb will give you all the sql agent/maintenance procs etc. Al |
|
#3
|
|||
|
|||
|
Sp_
Hi,
I may have miss explained myself. What I need is a list of all sp_ procedure and what they do – some think like the sp_ and their description. Thanks, Galit. |
|
#4
|
||||
|
||||
|
Quote:
i don't think my response made sense actually. check the image. |
|
#5
|
|||
|
|||
|
Bingo ...!!!!
Thanks. |
|
#6
|
||||
|
||||
|
glad to help.
|
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > SP_ list |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|