AccessSQLUser
Programmer
I need to retrieve a list of all stored procedures that don't have a certain extended property. For example, I'm putting an extended property named "version" in all my stored procedures and I want to see if there were any stored procedures that I missed.
I know that the function fn_listextended propery will do the opposite of this but that doesn't help much.
Any ideas?
I know that the function fn_listextended propery will do the opposite of this but that doesn't help much.
Any ideas?