By: Tim Smith | Updated: 2014-09-09 | Comments (3) | Related: > Stored Procedures
Problem / Solution
One of the tasks of DBAs is to maintain the database and correct or remove any objects that reference invalid objects. If you have a database with lots of objects, it can be very time consuming to check each object for invalid references. In this video tip we will look at using PowerShell along with sys.sp_refreshsqlmodule to help you identify which objects may be referencing invalid objects.
Key Learning Items
- Using PowerShell to loop through servers, databases and database objects
- Using sys.sp_refreshsqlmodule
Read Companion Tip
About the author
This author pledges the content of this article is based on professional experience and not AI generated.
View all my tips
Article Last Updated: 2014-09-09