These SP in the picture below need to be applied in a table and the result would be:
Stored procedure
----------------
dbo.upsGetBillOfmaterials
dbo.upsGetWhereUsedProductID
dbo.uspPrintError
HumanResources.uspUpdateEmployeeHireInfo
----
----
----
----
How should I do it?
The list of the storedprocedure in the map “Programmability” will increase in the future so no no manual input with the name of the stored procedure.
// Fullmetalboy

Try with following query: