MSSQL: Object Status - TechRepublic
General discussion
May 10, 2004 at 07:59 AM
rodsherer

MSSQL: Object Status

by rodsherer . Updated 21 years, 10 months ago

I am looking for a way to query the MSSQL database for ‘invalid’ procedures and/or views. Oracle allows you to very simply query the user_objects table for objects with a status <> ‘VALID’. However, it does not seem this cut and dry with MSSQL. Is there a way to check the status of procedures, functions and views in MSSQL?

This discussion is locked

All Comments