--- title: "VESQLDatabasePublish" description: "Contains details about the publishing process for a Microsoft SQL Server database. Property Type Description GUID Job ID. GUID Restore point ID. String Database name. String Instance name. String DNS name or IP address of the source server." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vesqldatabasepublish.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VESQLDatabasePublish" dateModified: "2026-08-18" --- # VESQLDatabasePublish Contains details about the publishing process for a Microsoft SQL Server database.
|
Property |
Type |
Description |
|---|---|---|
|
JobId |
GUID |
Job ID. |
|
RestorePointId |
GUID |
Restore point ID. |
|
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:
|
|
ErrorMessage |
String? |
Error or warning message triggered by unexpected conditions during restore. |