When i run Export-DlmDatabaseRelease, export large size of sequences from my DB
Li_LIn
Posts: 4 New member
How i can ignore sequences, and do not export sequences from target DB. It makes my deployment process take lots of time.
Answers
Would you be able to provide me with some more details on your environment setup in order to best advise on the solution here?
- Are you using a direct SQL Change Automation project in SSMS/VS, or a SQL Source Control Project?
- Are you using Powershell or any of the add-ons to deploy your database?
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?
Some codes here:
build package:
- $databasePackage = New-DlmDatabasePackage $validatedScriptsFolder -PackageId $buildName -PackageVersion "1.0"
deploy:
Can I check, did you generate the migrations with the Filter file active in the root of the project?
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?