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
G
gpeterer
@gpeterer
Posts
-
Modifications Date -
Modifications DateThanks for your answer But this is the Creation Date, I'm looking for the Modify Date. Do you have an idea to find de Modify Date??
-
Modifications DateHow do I find out the Modification Dates of my Views on a Database SQL 2000? Thanks in advanced for your help