Stored Procedures missing from interfered schema

What are the requirements for SQL Server sprocs to be seen when inferring? I only see tables and views. SQL Server 2008R2.

TIA,
Josh

Hi Josh,

Radzen uses sys.dm_exec_describe_first_result_set_for_object which requires SQL Server 2012.

Best regards,
Atanas

Hey Josh,

Some of my stored procedures were not showing up and I got around by adding an initial dummy call as explained here:

Hope it helps,
David