Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Detecting database object changes

Author  Topic 

nizmaylo
Constraint Violating Yak Guru

258 Posts

Posted - 2001-03-01 : 12:25:16
When I need to find out what objects were created within a certain period of time, I just query systemobjects.
How do I find out objects to which changes were made within a certain period of time?
(PS I'm performing a significant upgrade and I really need to make sure I documented all the changes to make an easy move to production database).

helena
   

- Advertisement -