Multiple databases deployment with high speed #19
Unanswered
janidevops87
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to updating the Database deployment process to use pipelines
Application has 5 DACPACs (master, msdb, AuditTrail, Transactional, and IIAM Transactional)
The Transactional and AuditTrail DACPACs will be deployed multiple times, once per relevant DB
If there are 15 transactional client DBs and 10 audit trail DBs, then the transactional DACPAC should be deployed 15 times (once to each transactional DB) and the audit trail DACPAC should be deployed 10 times (once to each audit trail DB)
Is this process too slow?
Using DACPACs had previously been investigated and determined too slow, but with modern tools I'd like to revisit this to see if this is viable.
Can you please explain which process is suitable for deploy the above dacpac's. Any suggession will be highly appreciated.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions