During installation, numerous system stored procedures are provided for convenience as shortcuts to retrieve or manipulate information stored in the system tables. Most SQL Server database administration tasks are accomplished with these predefined system procedures; however, you can also create user-defined system stored procedures. By default, each frequently used system stored procedure name begins with the sp_ prefix. To create a user-defined system stored procedure, use sp_ for the beginning of the procedure_name. Once created, this procedure will have the following characteristics: