System Stored Procedures (Windows Azure SQL Database)
Some administrative and informational activities can be performed by using system stored procedures. Microsoft Windows Azure SQL Database does not support all the system stored procedures provided by SQL Server. This topic describes the support for the system stored procedures.
The following table lists the system stored procedure categories and also describes whether or not Windows Azure SQL Database provides support for each category:
| System Stored Procedure Category | Windows Azure SQL Database Support |
|---|---|
|
Yes |
|
|
Active Directory Stored Procedures |
No |
|
Partial |
|
|
Change Data Capture Stored Procedures |
No |
|
Cursor Stored Procedures |
No |
|
Partial |
|
|
Database Mail and SQL Mail Stored Procedures |
No |
|
Database Maintenance Plan Stored Procedures |
No |
|
Distributed Queries Stored Procedures |
No |
|
Full-Text Search Stored Procedures |
No |
|
Log Shipping Stored Procedures |
No |
|
Automation Stored Procedures |
No |
|
Policy-Based Management Stored Procedures |
No |
|
Replication Stored Procedures |
No |
|
Partial |
|
|
SQL Server Profiler Stored Procedures |
No |
|
SQL Server Agent Stored Procedures |
No |
|
XML Stored Procedures |
No |
|
General Extended Stored Procedures |
No |
Important |
|---|
| For more information about SQL grammar and stored procedure usage and examples, see System Stored Procedures (Transact-SQL) in SQL Server Books Online. |
SQL Database Stored Procedures
Several stored procedures are specific to Windows Azure SQL Database and are not supported in on-premise SQL Server. These stored procedures are listed in the following table:
|
sp_delete_database_firewall_rule (Windows Azure SQL Database) |
Catalog Stored Procedures
Windows Azure SQL Database supports the catalog system stored procedures in the following table as is. These stored procedures implement ODBC data dictionary functions and isolate ODBC applications from changes to underlying system tables.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Windows Azure SQL Database does not support the sp_server_info and sp_databases catalog system stored procedures.
Database Engine Stored Procedures
Database engine stored procedures are used for general maintenance of an instance of SQL Server. The following table lists the database engine stored procedures that Windows Azure SQL Database supports:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
The following table lists the database engine stored procedures that Windows Azure SQL Database does not support:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Security Stored Procedures
The security system stored procedures are used to manage security. Windows Azure SQL Database supports the following security stored procedures: sp_addrolemember, sp_droprolemember, and sp_helprole.
The following table lists the security stored procedures that Windows Azure SQL Database does not support:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See Also
Important