I have a SQL Server database with a lot of stored procedures. I use the system stored procedure sp_help
to view information about these stored procedures.
There are a lot of stored procedure that have type = 'stored procedure' in information view, but some of the stored procedures have type 'assembly stored procedure'.
- What is the difference between them?
- And what is the purpose of using that type of stored procedure?