Comments
Sort by recent activity
18 months later. Still crickets from RedGate on this. / comments
18 months later. Still crickets from RedGate on this.
First off, don't use a Shared database - if it's shared then, yes, Sql Source Control will see other folks changes and commit them to your git. Unsure how else you think it's meant to work here since data is, well, data...
Secondly, you can always unlink and relink using a different model - however I'd strongly advise myself you not use a dedicated model on a shared database. Best I can suggest for things like this is perhaps have a table per developer with the requisite data and use either a post-deployment script or some other mechanism to then 'merge' this data into the main table...
/ comments
First off, don't use a Shared database - if it's shared then, yes, Sql Source Control will see other folks changes and commit them to your git. Unsure how else you think it's meant to work here sin...