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

前端 未结 9 1861
广开言路
广开言路 2021-01-30 16:01

I have a value in a table that was changed unexpectedly. The column in question is CreatedDate: this is set when my item is created, but it\'s being changed by a st

9条回答
  •  再見小時候
    2021-01-30 16:58

    You can use ApexSQL Search, it's a free SSMS and Visual Studio add-in and it can list all objects that reference a specific table column. It can also find data stored in tables and views. You can easily filter the results to show a specific database object type that references the column

    enter image description here

    Disclaimer: I work for ApexSQL as a Support Engineer

提交回复
热议问题