I need to fetch names, and if it possible - descriptions, of all system functions of the MSSQL server.
The procedure:
sp_stored_procedures '%'
returns the list of procedures. But not all procedures. For example, the result list does not contain the procedure 'sp_cursor' and more other.
Is there a way to get the full list of procedures described here, and functions described here by SQL Query?