How can we help you today? How can we help you today?
Mike U
You'll be glad to know that we've just released SQL Source Control 7.0.6 to Frequent Updates which contains a fix for the invisible button problem. You'll need to enable frequent updates to see this update. / comments
You'll be glad to know that we've just released SQL Source Control 7.0.6 to Frequent Updates which contains a fix for the invisible button problem. You'll need to enable frequent updates to see thi...
0 votes
That's also why the shared model isn't really compatible with Git, because each developer has their own local repository which can change independently of any central remote you might have configured. / comments
That's also why the shared model isn't really compatible with Git, because each developer has their own local repository which can change independently of any central remote you might have configured.
0 votes
If you're not using Object Locking, you can just drop the trigger. See https://documentation.red-gate.com/soc6/common-tasks/lock-an-object/remove-object-locking / comments
If you're not using Object Locking, you can just drop the trigger. See https://documentation.red-gate.com/soc6/common-tasks/lock-an-object/remove-object-locking
0 votes
Git branches apply to the entire repository. If you want to branch and version each database independently, I'd suggest using a separate repository per-database. Git repositories are cheap and easy to create. / comments
Git branches apply to the entire repository. If you want to branch and version each database independently, I'd suggest using a separate repository per-database. Git repositories are cheap and easy...
0 votes