In sql server, is there any way to check whether the schema change will impact on the stored procs?
- by ziang
In SQL Server, is there any way to check whether the changes in the schema will impact Stored Procedures (and/or Views)?
For example a change of the column name in one table, may break some Stored Procedures; how to check the impacted stored procs?