--- title: "VESQLDatabase" description: "Contains details about a Microsoft SQL Server database. Property Type Description GUID Database ID. String Database name. String DNS name or IP address of the source server. String Instance name. Bool If True, the database is a system database." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vesqldatabase.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VESQLDatabase" dateModified: "2026-08-18" --- # VESQLDatabase Contains details about a Microsoft SQL Server database.
|
Property |
Type |
Description |
|---|---|---|
|
Id |
GUID |
Database ID. |
|
Name |
String |
Database name. |
|
ServerName |
String |
DNS name or IP address of the source server. |
|
InstanceName |
String |
Instance name. |
|
IsSystem |
Bool |
If True, the database is a system database. |
|
IsReadonly |
Bool |
If True, the database is a operating in the Read-only mode. |
|
IsBackedUp |
Bool |
If True, the database has been backed up. |
|
IsHeuristic |
Bool |
If True, the database has been backed up with application-aware processing disabled. |
|
AvailabilityGroupName |
String |
Always On availability group to which the database belongs. The field is empty if the database is not a part of an Always On availability group. |
|
RecoveryModel |
SqlDatabaseRecoveryModel |
Database recovery model configured in the backup job. Possible values:
For more information, see the Required Job Settings section of the Veeam Explorers User Guide. |