Does anyone know how to get the modification date on system objects in SQL Server 7.0? This is needed so I know what stored procedures and tables (structure only) need to be synchronized with the client database.
Table sysobjects has a create date, but not a modify date.
Table sysobjects has a create date, but not a modify date.