Conditionally Create Stored Procedures in SQL Server: A Comprehensive Guide
Learn how to create Conditional SQL Stored Procedures in SQL Server efficiently! Manage database schema evolution & avoid conflicts. This guide covers various methods, including dynamic SQL & schema versioning, with best practices for error handling.
#SQLServer #StoredProcedures #DatabaseDevelopment #ConditionalLogic #SchemaEvolution #DynamicSQLhttps://tech-champion.com/database/conditionally-create-stored...
Added a feature to #Neo4jMigrations last week that might be helpful during development: If you are using the database migration tool inside a #Spring context, you can now have Spring #Beans implement programmatic migrations, being able to access the whole context:
https://github.com/michael-simons/neo4j-migrations/releases/tag/2.11.0
#Database #SchemaEvolution

Release 2.11.0 · michael-simons/neo4j-migrations
What's Changed
🚀 Features
4dce778 feat: Add support for using Spring Beans as Java based migrations. (#1395)
📝 Documentation
a131d86 docs: add @rugbroed as a contributor for ideas (#1394)
🧹 Hou...
GitHub