--- title: "Get-VESQLDatabaseExport" description: "Returns Microsoft SQL Server databases with ongoing export jobs. Product: Veeam Backup & Replication Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: Thi" canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/get-vesqldatabaseexport.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft SQL Server > Get-VESQLDatabaseExport" dateModified: "2026-08-18" --- # Get-VESQLDatabaseExport ## Short Description Returns Microsoft SQL Server databases with ongoing export jobs. **Product**: Veeam Backup & Replication **Product Edition**: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
ByIdParameterSet
AllParameterSet
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
DatabaseName |
Specifies an array of names of Microsoft SQL Server databases. The cmdlet will return an array of databases with the specified names that have ongoing export jobs. This parameter accepts wildcard characters. |
|
False |
Named |
False |
|
InstanceName |
Specifies an array of names of Microsoft SQL Server instances. The cmdlet will return an array of databases on the specified instances that have ongoing export jobs. This parameter accepts wildcard characters. |
|
False |
Named |
False |
|
JobId |
Specifies the job ID of the required export job. The cmdlet will return information about the export process performed for the specified database. |
|
True |
Named |
True (ByValue) |
|
ServerName |
Specifies an array of names of Microsoft SQL Server machines (as DNS names or IP addresses). The cmdlet will return an array of databases on the specified servers that have ongoing export jobs. This parameter accepts wildcard characters. |
|
False |
Named |
False |
|
TargetHost |
Specifies an array of names of target Microsoft SQL Server servers (as DNS names or IP addresses) for export operations. The cmdlet will return an array of databases that are being exported to the specified target servers. This parameter accepts wildcard characters. |
|
False |
Named |
False |