Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get modification date on system objects?

Status
Not open for further replies.

Hexonx

Programmer
Jan 10, 2001
102
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top