Comments
Sort by recent activity
We don't. Data Compare won't do this unless you select all the child tables, and had the data already removed. You can certainly turn on cascading deletes and then run your delete, and then disable this. Is there a reason you can't do this? Or maybe I misunderstand your issue. What is the "junk data"? Is it all data? / comments
We don't. Data Compare won't do this unless you select all the child tables, and had the data already removed. You can certainly turn on cascading deletes and then run your delete, and then disable...
How are you doing the deployment? Are you seeing this folder discrepancy when running the PoSh from a cmd window? / comments
How are you doing the deployment? Are you seeing this folder discrepancy when running the PoSh from a cmd window?
The Output window (lower pane by default), is the one to use. There's a drop down in there, and you typically want the Build or General items selected, depending on what you're doing. A deploy usually results in a build, so be sure to check that. VS usually switches this for you,but if you have it set to your VCS or something else, you might not notice. / comments
The Output window (lower pane by default), is the one to use. There's a drop down in there, and you typically want the Build or General items selected, depending on what you're doing. A deploy usua...
No. You should never make changes in Test that are needed. This defeats the purpose of using a pipeline, and is a source of problems. What you should always do is release change A to your VCS. Then this is either built or reviewed and using an automated, consistent process, release to test. If you find an issue, then reproduce that in dev, or if you can't, try the fix in test and undo it. Then go back to Dev and make the change (Change [image] , upload and re-release. This is one reason your release to test ought to reset your schema to what is production like. If you're using SCA, only the new change from dev (Change [image] will be released. Then you can test ,and when you release to downstream environments (Staging, prod, acceptance, etc.), both Change A and Change B will be in the package. This is similar to what Microsoft does with SQL Server. If they find a bug, they fix in SQL 2017 branch. However, they have to manually backport this to SQL 2016, which is often taking the changes and adding them to the other environment. / comments
No. You should never make changes in Test that are needed. This defeats the purpose of using a pipeline, and is a source of problems. What you should always do is release change A to your VCS. Then...
Where are you excluding users? Is this a filter in SCA/SQL Source Control? Or are you adding the switch to the DLM cmdlets to ignore users and roles? / comments
Where are you excluding users? Is this a filter in SCA/SQL Source Control? Or are you adding the switch to the DLM cmdlets to ignore users and roles?
You all your developers using the same Azure SQL Database? Just curious. In terms of fixing the same project, yes, set a local source (Local SQL instance, Express, or LocalDB) and then make that the default. Then you can change the main connection. We are doing some work here that I hope will make this easier to change independently. / comments
You all your developers using the same Azure SQL Database? Just curious.In terms of fixing the same project, yes, set a local source (Local SQL instance, Express, or LocalDB) and then make that the...
You should be able to. I haven't tried it, but the steps for configuring the shadow are here: https://documentation.red-gate.com/sca3/developing-databases-using-sql-change-automation/validating-change-scripts/target-and-shadow-databases / comments
You should be able to. I haven't tried it, but the steps for configuring the shadow are here: https://documentation.red-gate.com/sca3/developing-databases-using-sql-change-automation/validating-cha...
I have 9.2.7, and with my format, or the AB style Alex added, this formats. With Mathew's file above, this doesn't. Mathew, I think this is something with the various setting combinations you've chosen. As I mentioned above, if you play with the Control Flow, this seems to adjust things. I think the "Collapse" checkbox in this section causes issues with various other settings. Can you remove this? / comments
I have 9.2.7, and with my format, or the AB style Alex added, this formats. With Mathew's file above, this doesn't.Mathew, I think this is something with the various setting combinations you've cho...
This is strange. I've reported as a possible bug, but it's a bank holiday in the UK today. The thing I notice with your setup, if I change the Wrap after setting in Control Flow to a lower value, like 70-80, I get better behavior. I'm not sure of the interaction here, but I'll try to find an answer. / comments
This is strange. I've reported as a possible bug, but it's a bank holiday in the UK today. The thing I notice with your setup, if I change the Wrap after setting in Control Flow to a lower value, l...