Category: System Stored Procedure Library
Sub-Categories: 0, Documents: 8, Last Update: Jun 2, 2008 11:22 AM


This is a quick reference for the usable system procedures in Microsoft SQL Server. Not all system stored procedures are in scope, only the ones considered to be most useful. Focus is on SQL Server 2005 system procedures.

Initial categories utilized are defined using http://msdn2.microsoft.com/en-us/library/ms187961.aspx:

Catalog
Database Engine
Distributed Queries
General Extended
Security
SQL Profiler
SQL Server Agent
Undocumented

All system stored procedures are located inside the master database, except for the SQL Server Agent stored procedures. Those are located in the msdb database, and as a result the user will either need to connect to the msdb database or issue an execute command as follows:

EXEC msdb..[proc_name]



Documents in Category Point your RSS reader here for a feed of the latest documents in this category
Sort by:
Document Type: Documentation Undocumented Stored Procedures   
[1781] Last Modified: Mar 28, 2008 3:26 PM
Undocumented Stored Procedures
Document Type: Documentation SQL Server Profiler Stored Procedures   
[1761] Last Modified: Mar 26, 2008 3:38 PM
SQL Server Profiler Stored Procedures
Document Type: Documentation SQL Server Agent Stored Procedures   
[1760] Last Modified: Mar 26, 2008 3:33 PM
SQL Server Agent Stored Procedures
Document Type: Documentation Security Stored Procedures   
[1759] Last Modified: Mar 26, 2008 3:14 PM
Security Stored Procedures
Document Type: Documentation General Extended Stored Procedures   
[1758] Last Modified: Mar 26, 2008 2:55 PM
General Extended Stored Procedures
Document Type: Documentation Distributed Queries Stored Procedures   
[1757] Last Modified: Mar 26, 2008 2:47 PM
Distributed Queries Stored Procedures
Document Type: Documentation Database Engine Stored Procedures   
[1754] Last Modified: Mar 26, 2008 11:29 AM
Database Engine Stored Procedures
Document Type: Documentation Catalog Stored Procedures   
[1753] Last Modified: Mar 25, 2008 2:31 PM
Catalog Stored Procedures

  Point your RSS reader here for a feed of the latest documents in this category