May 17, 2013 #1 lameid Programmer Joined Jan 31, 2001 Messages 4,212 Location US This may simply not be possible but I am hoping there is an answer. Is there a way to see the created and modified dates for objects, specifically views in SQL 2008?
This may simply not be possible but I am hoping there is an answer. Is there a way to see the created and modified dates for objects, specifically views in SQL 2008?
May 17, 2013 1 #2 billo102 Technical User Joined Mar 2, 2009 Messages 31 Location GB use <DBNAME> GO SELECT [name] ,create_date ,modify_date FROM sys.views Upvote 0 Downvote
May 17, 2013 Thread starter #3 lameid Programmer Joined Jan 31, 2001 Messages 4,212 Location US The news is the view didn't change. Not sure if that is good or bad news yet... Thank you very much. This saves me some hassle in my digging. Upvote 0 Downvote
The news is the view didn't change. Not sure if that is good or bad news yet... Thank you very much. This saves me some hassle in my digging.