We are in the process of migrating from SQL-Server 2005 Enterprise to SQL-Server 2008 Standard.
I am trying to find a query that can tell me if any INDEXED VIEWS exist in a database (as they won’t be supported in SQL-Server 2008 Standard). Nothing stood out in the information schemas, and google isn’t proving to be of much help.
Something like…
or
Indexed views are supported on standard edition with the NOEXPAND hint: DBA.SE and MSDN