Tag Archives: version control

Deleting a Git Branch–#SQLNewBlogger

I had someone ask me recently about deleting branches. While I had known how to delete a local branch, I had to look up how to delete a remote one. Documenting these both will hopefully help me remember this. Another … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Deleting a Git Branch–#SQLNewBlogger

SQL Saturday Denver 2023–VCS Primer for the Database slides

My slides are here: VCS Primer Denver 2023 This was an overview of what version control is, and the basics of Git. Not too many questions, but if you have some, ask.

Posted in Blog, Presentations | Tagged , , , | Comments Off on SQL Saturday Denver 2023–VCS Primer for the Database slides

Easily Repeating Work

I love this idea from Ken Fisher: saving your work. I don’t act as a DBA anymore, but when I did, I did something similar. We often logged the scripts we used in a file,  as a part of a … Continue reading

Posted in Editorial | Tagged , | Comments Off on Easily Repeating Work

A Version Control Primer for Databases

This is a talk for database people that might not be familiar with version control and how it can be used with database code. Abstract: With modern DevOps software development, there is a need for the database code to be … Continue reading

Posted in Presentations | Tagged , , | Comments Off on A Version Control Primer for Databases