Thursday, March 8, 2012

DATABASE AGE

What's a reliable way to determine database's age? SQL Server 2000.
Thank you.Run

select * from sys.databases

the create_date column tells you when the database was created.

Eric

No comments:

Post a Comment