Quantcast
Channel: SQL Server Data Tools Team Blog
Viewing all articles
Browse latest Browse all 111

Sqlpackage.exe: How to get the detail information of supported parameters

$
0
0

In the recent events, we have received questions about sqlpackage.exe and its supported parameters. In this blog, I will share a simple tip to get the help information about all supported parameters and properties for a specific action from the version of sqlpackage.exe that you use.

For each action type, copy and execute the command below.

For Export:

sqlpackage.exe /Action:Export /?

For Import:

sqlpackage.exe /Action:Import /?

For Extract:

sqlpackage.exe /Action:Extract /?

For Publish:

sqlpackage.exe /Action:Publish /?

For DeployReport:

sqlpackage.exe /Action:DeployReport /?

For DriftReport:

sqlpackage.exe /Action:DriftReport /?

ImportParameters


Viewing all articles
Browse latest Browse all 111

Trending Articles