Skip to main content

Find the created date time of the database

To find the created date time of the SQL server, execute the below query.
SELECT create_date FROM sys.databases WHERE name = '<dbName>';

Comments

Popular posts from this blog