-
-
Save pok1800/aa3b2cf274b793b5dadc9387ad576a70 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd C:\Program Files (x86)\Microsoft SQL Server\140\DAC\bin\ | |
| SqlPackage.exe /a:export /ssn:localhost /sdn:<database to export> /tf:D:\Exportedbacpac\my.bacpac /p:CommandTimeout=1200 /p:VerifyFullTextDocumentTypesSupported=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment