In SQL Server is there an easy way for me to see which views are using criteria of Where Table1.FileState = "A"?
In my situation we are added additional File Statuses. I need to know what views are using this for a criteria. and I will need to update all these views.
In my situation we are added additional File Statuses. I need to know what views are using this for a criteria. and I will need to update all these views.