Thanks for your help. I found a different way. I made a back up from the database and restored it on a SQL 2005, in the SQL 2005 I have the System View sys.views whit the Creation Date and Modify Data! It’s not a very beautiful way, but it works..... select * from sys.views order by modify_date DESC