Viky123
Say Hey Kid
Points: 663
More actions
March 28, 2013 at 12:10 am
#275685
How to find out The column list which are referenced by paricular table in stored procedure using DMV
ESAT ERKEC
SSCertifiable
Points: 5661
March 28, 2013 at 1:32 am
#1601474
You can use this
SELECT * FROM INFORMATION_SCHEMA.ROUTINES
WHERE ROUTINE_DEFINITION LIKE '%ColumnName%TableName%'
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply