Activity overview
Latest activity by bitshift2
How would workflow change if using a shared model with branching?
With my applications, I typically create a feature branch, make changes, then merge back a master branch.How would the "shared" model of the workflow change if using a feature branch?https://docume...
How would workflow change if using a shared model with branching?
With my applications, I typically create a feature branch, make changes, then merge back a master branch.How would the "shared" model of the workflow change if using a feature branch
Well, in the time I since posted this a few minutes ago - I did the restore, then chose "get latest from source control". Now, my local branch and remote were in sync together, and this should have resulted in myself seeing differences between the Db and my source control. However, it showed there were no changes. So then, I un-linked and re-linked and did this again (get latest from source control) and THEN my changes showed.
/ comments
Well, in the time I since posted this a few minutes ago - I did the restore, then chose "get latest from source control". Now, my local branch and remote were in sync together, and this should hav...
Restore a Db from a backup on another server to a server where the Db is linked to source control
Want to restore a backup of a Db from production over the top of the Db on a development server. The development server Db is linked to a Git branch. All changes have been committed and pushed to...
SSMS plugin for SQL Compare - only by launching SQL Compare ?
Right-click Db in SSMS, select "Select schema comapre/deploy > set as source"This shows a tabbed view directly in SSMS, where I can select the target.
Ok, so far so good. However, that's where S...
Ok, to re-phrase the question, is it only tracking changes to the Db? In other words its only if there is a difference between the Db and the source its linked to? / comments
Ok, to re-phrase the question, is it only tracking changes to the Db? In other words its only if there is a difference between the Db and the source its linked to?
Yes, I Git it now (haha). The "link" step is really just setting the Db to point to a local Git repo. Since each team member will clone the repo to a path local to them, then they will need to do the link step also. Thanks. / comments
Yes, I Git it now (haha). The "link" step is really just setting the Db to point to a local Git repo. Since each team member will clone the repo to a path local to them, then they will need to do...
So its only tracking changes that the extension sees via SSMS ? / comments
So its only tracking changes that the extension sees via SSMS ?
At what point will Db status icon change if edit done to underlying file in local Git repo?
Is SQL Source control Git-aware?So if one has already linked a Db to an underlying Git repo, then:- switched to a feature branch- Opened the .sql file directly and updated a table definition- Saved...
Does each team member need to link to Git repo branch when using shared model
Lets say a team of 3 are using the "shared" model, linking a database on a development server. If I read the docs correctly, only 1 person needs to do this? Then, if the others have sql source co...