Find all stored procedures that reference a specific column in some table

One option is to create a script file. Right click on the database -> Tasks -> Generate Scripts Then you can select all the stored procedures and generate the script with all the sps. So you can find the reference from there. Or — Search in All Objects SELECT OBJECT_NAME(OBJECT_ID), definition FROM sys.sql_modules WHERE definition … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)