--- title: "Database Properties (General Page) | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: configuration ms.topic: conceptual f1_keywords: - "sql12.swb.databaseproperties.general.f1" ms.assetid: 43080d43-8841-4807-baea-34a29b0fe663 author: stevestein ms.author: sstein manager: craigg --- # Database Properties (General Page) Use this page to view or modify properties for the selected database. ## Options **Last Database Backup** Displays the date that the database was last backed up. **Last Database Log Backup** Displays the date that the database transaction log was last backed up. **Name** Displays the name of the database. **Status** Displays the database state. For more information, see [Database States](database-states.md). **Owner** Displays the name of the database owner. The owner can be changed on the **Files** page. **Date Created** Displays the date and time that the database was created. **Size** Displays the size of the database in megabytes. **Space Available** Displays the amount of available space in the database in megabytes. **Number of Users** Displays the number of users connected to the database. **Collation Name** Displays the collation used for the database. The collation can be changed on the **Options** page. ## See Also [ALTER DATABASE (Transact-SQL)](/sql/t-sql/statements/alter-database-transact-sql) [sys.databases (Transact-SQL)](/sql/relational-databases/system-catalog-views/sys-databases-transact-sql)