Skip to content

Instantly share code, notes, and snippets.

@RahulSharma
Created May 27, 2020 09:38
Show Gist options
  • Select an option

  • Save RahulSharma/c883810f698e975590b37f79c53c3b46 to your computer and use it in GitHub Desktop.

Select an option

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