Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Impact of schema changes

Author  Topic 

Srujan4994
Starting Member

7 Posts

Posted - 2014-07-04 : 05:38:10
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?

Thanks,
Srujan

ahmeds08
Aged Yak Warrior

737 Posts

Posted - 2014-07-04 : 05:44:36
check this
http://www.sqlusa.com/bestpractices2008/object-dependency/

Javeed Ahmed
Go to Top of Page
   

- Advertisement -