Skip to content

Instantly share code, notes, and snippets.

@RahulSharma
Created May 27, 2020 09:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save RahulSharma/c883810f698e975590b37f79c53c3b46 to your computer and use it in GitHub Desktop.
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