Activity overview
Latest activity by Marco_S
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 ("...
Yes, exactly / comments
Yes, exactly
Thanks for your comment. I know how to include static data on deployment, but it's always bound to schema changes as well (if any). I was asking if it's possible to just deploy data without schema changes (using SQL Change Automation over Azure DevOps). / comments
Thanks for your comment. I know how to include static data on deployment, but it's always bound to schema changes as well (if any). I was asking if it's possible to just deploy data without schema ...
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 (...