Tag Archives: VCS

Creating an Empty Repo in GitHub–#SQLNewBlogger

I saw someone struggling with getting started with a Visual Studio project and Azure DevOps. They got a conflict, which I’ll show and then get you started with an empty repo. Another post for me that is simple and hopefully … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Creating an Empty Repo in GitHub–#SQLNewBlogger

Friday Flyway Tips–Commit and Push

Flyway Desktop includes version control features with Git. One thing that was added in v6.5+ was the ability to commit and push. I’ve been working with Flyway Desktop for work more and more as we transition from older SSMS plugins … Continue reading

Posted in Blog | Tagged , , , , , | Comments Off on Friday Flyway Tips–Commit and Push

A Good Reason to use a VCS

Imagine that you have some important year end procedures in your SQL Server database. Or maybe you have some important, but rarely run code. No matter what the circumstance, if this is a large amount of code, it might be … Continue reading

Posted in Editorial | Tagged | Comments Off on A Good Reason to use a VCS

Protecting Code

There are so many data breaches taking place, that it’s hard to keep track of them. While I rarely find my email in any of the breaches loaded into haveibeenpwned.com, I do see Mr. Hunt regularly loading more data sets … Continue reading

Posted in Editorial | Tagged , | Comments Off on Protecting Code