This stored procedure loops through each view and performs an action on that view, like counting or printing the records. Please install this stored procedure in the MASTER database. For full usage instructions and advanced parameters please see the article about it at
http://www.sqlservercentral.com/columnists/bknight/sp_msforeachworker.asp.
Shortened version of the usage (there are a lot more parameters that can be seen on the article.):
sp_MSforeachview @COMMAND1 = "Print '?'"