In sql server, is there any way to check whether the schema change will impact on the stored procs?
Posted
by ziang
on Stack Overflow
See other posts from Stack Overflow
or by ziang
Published on 2010-03-26T19:29:18Z
Indexed on
2010/03/26
19:43 UTC
Read the original article
Hit count: 252
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?
© Stack Overflow or respective owner