Skip to content

Instantly share code, notes, and snippets.

@pok1800
Forked from RahulSharma/SqlPackage-export
Created February 4, 2025 07:37
Show Gist options
  • Select an option

  • Save pok1800/aa3b2cf274b793b5dadc9387ad576a70 to your computer and use it in GitHub Desktop.

Select an option

Save pok1800/aa3b2cf274b793b5dadc9387ad576a70 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