SQL Server video to find objects that reference invalid objects

By:   |   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

Click Here



sql server categories

sql server webinars

subscribe to mssqltips

sql server tutorials

sql server white papers

next tip



About the author
MSSQLTips author Tim Smith Tim Smith works as a DBA and developer and also teaches Automating ETL on Udemy.

This author pledges the content of this article is based on professional experience and not AI generated.

View all my tips



Comments For This Article




Tuesday, September 9, 2014 - 1:53:14 PM - Tim Back To Top (34458)

@Kris

The article, here (and also a link is under the video), has the script, as well as this GitHub location.


Tuesday, September 9, 2014 - 12:46:24 PM - Kris Back To Top (34457)

I enjoyed watching this video and recommend others to watch.

Thanks for educating the community and appreciated your volunteership


Tuesday, September 9, 2014 - 12:45:06 PM - Kris Back To Top (34456)

Good video but you were little fast in narrating. Any how I could rewind and and watched.

Where the powerShell script stored?

Can we do with another procedure instead PowerShell script?

Appreciate your comments















get free sql tips
agree to terms