--- title: "VESQLDatabaseExport" description: "Contains details about the export process for a Microsoft SQL Server database. Property Type Description GUID Job ID. GUID Restore point ID. String DNS name or IP address of the target server. String Database name. String Instance name." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vesqldatabaseexport.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VESQLDatabaseExport" dateModified: "2026-08-18" --- # VESQLDatabaseExport Contains details about the export process for a Microsoft SQL Server database.

Property

Type

Description

JobId

GUID

Job ID.

RestorePointId

GUID

Restore point ID.

TargetHost

String

DNS name or IP address of the target server.

DatabaseName

String

Database name.

InstanceName

String

Instance name.

ServerName

String

DNS name or IP address of the source server.

ToPointInTimeUtc

DateTime

Date and time in the UTC format to which the database will be exported.

Status

String

Status of the restore operation. Possible values:

  • Created
  • Initializing
  • Running
  • Success
  • Canceling
  • Canceled
  • Failed
  • WaitingForRetry
  • Completed

ErrorMessage

String?

Error or warning message triggered by unexpected conditions during restore.

## Related Commands - [`Start-VESQLDatabaseExport`](start-vesqldatabaseexport.md) - [`Get-VESQLDatabaseExport`](get-vesqldatabaseexport.md) - [`Stop-VESQLDatabaseExport`](stop-vesqldatabaseexport.md)