Find Database Creation Date | Quickie

Database
To find the database creation dates, you need to insert the following query in SQL Server
USE master
SELECT name, crdate
FROM dbo.sysdatabases

No Responses

Leave a Reply

Your email address will not be published. Required fields are marked *