Good morning.
I just added an attribute to a table and I'd like a quick way of getting a list of every stored procedure that references that table.
I ran sp_depends with the table name and only got 2 stored procedures back in the list and there are at least 5 stored procedures that use this table, so that's not the right system stored procedure to use to get the info that I need. In the same vein, is there a way to search all stored procedures for a specific attribute?
Any help is appreciated. Thanks and have a great day!
I just added an attribute to a table and I'd like a quick way of getting a list of every stored procedure that references that table.
I ran sp_depends with the table name and only got 2 stored procedures back in the list and there are at least 5 stored procedures that use this table, so that's not the right system stored procedure to use to get the info that I need. In the same vein, is there a way to search all stored procedures for a specific attribute?
Any help is appreciated. Thanks and have a great day!