Comments
Sort by recent activity
Sam told me what a stub was and I already understand that. What I was asking for was practical advice on how to achieve this in an Azure Devops hosted build. Would I just have a script that ran in the build to create the stub database? I can't put it in the pre/post deployment scripts in the project because this only needs to happen in the hosted build process, not any other time. Has anyone done this before? Do you have any examples you can share? / comments
Sam told me what a stub was and I already understand that. What I was asking for was practical advice on how to achieve this in an Azure Devops hosted build. Would I just have a script that ran i...
SamTouray said:
The creation of the stub is a manual one off task. There is no need to re-create the stub for each build as it won't change.
Except this is an Azure Devops hosted build. As I understand it the VM is freshly created for each job and then discarded. / comments
SamTouray said:
The creation of the stub is a manual one off task. There is no need to re-create the stub for each build as it won't change.
Except this is an Azure Devops hosted build. As I...
SQL Change Automation / comments
SQL Change Automation
Ok, we definitely don't want to merge the databases back together. The whole reason to move the archive tables out of the primary db was to keep the backup sizes sensible in case we need to restore them. Do you have any samples or information around creating a fake for validation purposes? I'm really new to this and would love some help. Cheers. / comments
Ok, we definitely don't want to merge the databases back together. The whole reason to move the archive tables out of the primary db was to keep the backup sizes sensible in case we need to restore...