Tag Archives: version control

KDiff3

As I write more code, especially database code, and I collaborate with others (or myself), I find that I have the need to merge code more and more. It’s inevitable, and since I work across a couple machines, I even … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Should Production Databases Be in a VCS?

There was a great discussion recently on my true version of code editorial. It was interesting to see how some people viewed the idea of a version control system as the source of code, while others truly see the production SQL … Continue reading

Posted in Editorial | Tagged , | Comments Off on Should Production Databases Be in a VCS?

What is the True Version of Code?

As I’ve been working on more development tasks, I regularly hear from developers that a version control system (VCS) is the “true” version of our code. We should always look to a VCS for the actual code that we need … Continue reading

Posted in Editorial | Tagged , | Comments Off on What is the True Version of Code?

Git Pull in SQL Source Control

I wrote recently on Git Push in SQL Source Control (SOC), and now wanted to add the other side of the story, pull. This process is even simpler. I’ll be working with a new database, one that has two client … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Git Pull in SQL Source Control