Find SQL Server views which depend on a specific table column
If you want to modify a column in an existing SQL Server database, but there is a View using that column, you will find you are unable to modify the column. You will have to drop the view, modify the column, then recreate the view. That's fine in pri...
Nov 15, 20233 min read30
