How can I find occurrences of a column name FPPaymentID in the entire database (e.g table, stored procedure etc) in SQL Server Management Studio (SSMS)?
I have to add a few more columns(4 new columns) in the same table and every section where FPPaymentID is used.
Please see pic for more info.
I am looking for an Excel-like find feature.