--- title: "VESQLPluginRestore" description: "Contains details about the restore operation of a database backed up with Veeam Plug-in for Microsoft SQL Server. Property Type Description GUID Job ID. VESQLPluginRestoreStatus Status of the restore operation." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vesqlpluginrestore.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VESQLPluginRestore" dateModified: "2026-08-18" --- # VESQLPluginRestore Contains details about the restore operation of a database backed up with Veeam Plug-in for Microsoft SQL Server.

Property

Type

Description

JobId

GUID

Job ID.

Status

VESQLPluginRestoreStatus

Status of the restore operation. Possible values:

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

ExceptionMessage

String

Error or warning message triggered by unexpected conditions during restore.

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