How can we help you today? How can we help you today?
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...
1 follower 1 comment 0 votes
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
2 followers 2 comments 0 votes
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...
2 followers 3 comments 0 votes
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...
1 follower 1 comment 0 votes
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...
3 followers 6 comments 0 votes
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...
4 followers 4 comments 0 votes
Recommend Git repo structure for multiple Db's and SQL Instances?
So we have several SQL instances and each will have several Db's my team wants to manage.  There are several cases where changes are needed to more than one Db on a given instance, hence putting ev...
2 followers 2 comments 0 votes