Comments
Sort by recent activity
I don't see this, running these versions: VS 2017 - 15.6.2 Prompt 9.2.5.6073 SCA - latest, not sure how to check this but no updates listed.
/ comments
I don't see this, running these versions:VS 2017 - 15.6.2Prompt 9.2.5.6073SCA - latest, not sure how to check this but no updates listed.
I'd be curious to see the logs with timing. Where is this slow? / comments
I'd be curious to see the logs with timing. Where is this slow?
That's the place. The pre-script is what builds the shadow (and normal) db. Put things in there that you need done, database scoped config, multiple filegroups, etc. / comments
That's the place. The pre-script is what builds the shadow (and normal) db. Put things in there that you need done, database scoped config, multiple filegroups, etc.
Confirmed this is a bug. / comments
Confirmed this is a bug.
So, if you look in the folder where you've specified for the release, there should be an Update.sql file. When I run this in TFS/VSTS/Octopus, this is what is generated as a set of artifacts. You can also run this from the command line, using the parameters for your system and look at the ouput. I assume you have a build, correct? The output of the build should be a nuget of all your vcs. In my release folder, the folder that I have specified as the location for the package , here's what I see: [image] / comments
So, if you look in the folder where you've specified for the release, there should be an Update.sql file. When I run this in TFS/VSTS/Octopus, this is what is generated as a set of artifacts. You c...
What is your source for the Jenkins package? Are you using SQL Source Control or SCA in Visual Studio to do this? The SCA project should produce a set of all migration scripts, but also a package of just changes, based on the target db being set to the downstream environment. / comments
What is your source for the Jenkins package? Are you using SQL Source Control or SCA in Visual Studio to do this?The SCA project should produce a set of all migration scripts, but also a package of...
If you're using SQL Source Control, the output of the build is the entire repo, because this is the state of the database. Once you use an SCA cmdlet to produce a deployment package that is just the changes. / comments
If you're using SQL Source Control, the output of the build is the entire repo, because this is the state of the database. Once you use an SCA cmdlet to produce a deployment package that is just th...
How would you identify this? I'm guessing you have a value in a parent tableof the PK(s) that you need to delete, but want those removed, along with cascades. Is there a reason you can't turn on cascading deletes? / comments
How would you identify this? I'm guessing you have a value in a parent tableof the PK(s) that you need to delete, but want those removed, along with cascades. Is there a reason you can't turn on ca...