79576018

Date: 2025-04-15 21:01:17
Score: 1
Natty:
Report link

I recommend reading Vladimir Khorikov's excellent post: https://enterprisecraftsmanship.com/posts/database-versioning-best-practices/.

The main choice is between state based and migration based.

I'd recommend Database Projects (for MSSQL) aka dacpac for state based and DBUp for migration based.

If you have money to spend look into https://www.red-gate.com/products/flyway/

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: AlignedDev