If I write
SELECT * FROM sys.all_objects
WHERE ([type] = 'P');
I will get all the SQL Stored Procedure. But how to obtain only the Undocumented ones?
Thanks
If I write
SELECT * FROM sys.all_objects
WHERE ([type] = 'P');
I will get all the SQL Stored Procedure. But how to obtain only the Undocumented ones?
Thanks