Posts
Sort by recent activity
Azure DevOps - Deploy data with case sensitive comparison
HiI'm trying to deploy data from a nuget package using Azure DevOps. Stuff works well for most changes. Now we also need to apply text changes (row data, not schema), if only casing is different ("...
Is it possible to just deploy static data but not schema changes?
Is it possible to just deploy static data but not schema changes? There is a switch -IgnoreStaticData for data, but is there also something like -IgnoreSchema which does the opposite and just deplo...
Link static data: Only pick several rows to have under source control
I want to automate our DB deployment and have some question about best way to handle schema/data.We have a development environment where all developers add their stuff to the centralized database (...