We have a legacy application and its database which has more than 7000 objects including stored procedure, views, functions, synonyms and so on.
Now we are implementing Azure DevOps, so when i import the dacpac file to the database project, i could see more number of Unresolved errors. When i check, there are more unused stored procedures and views which are referring the table columns that is not exists now.
How could i find the objects which are referring the invalid columns and tables?
Please check this article to find broken stored procedure using
sp_refreshsqlmodule.