Search this blog
-
The Current Book
MVP Award
Tags
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Search this blog
Steve’s Tweets
- @BrentO We love you and appreciate you. Keep doing you 30 minutes ago
- Not quite an Elvis impersonator but I'm sure @Ko_Ver will do a great job to open @TechoramaBE today https://t.co/ILewOGqzX4 31 minutes ago
- @INS2I_CNRS @CNRS @LAMIH_UPHF @CNRS_HdF @UphfOfficiel belles couleurs. toutes nos félicitations 56 minutes ago
- Good thing this song never gets old. It's playing on a loop https://t.co/yN6fV4SOah 1 hour ago
- Quick commute to @TechoramaBE https://t.co/d6gOYpm2is 1 hour ago
- The precons for the @PASSDataSummit are out passdatacommunitysummit.com/sessions/pre-c… 2 hours ago
- Still time to register for VSLive Austin, June 13th-17th and learn #DevOps, databases, and more Save $400 with SPK… twitter.com/i/web/status/1… 10 hours ago
- You can see the @PASSDataSummit Learning Pathways for November: passdatacommunitysummit.com/sessions/learn… Register for the Summit an… twitter.com/i/web/status/1… 11 hours ago
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career2
- car update
- Cloud Computing
- conferences
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- machine learning
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Compare
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- Tesla
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Older Posts
Meta
Tag Archives: version control
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
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 DevOps, speaking, version control
Comments Off on A Version Control Primer for Databases
A New Git Default Branch
I learned a new trick from Andrew Pruski. In a blog on avoiding PowerPoint, he had htis neat trick: git config –global init.defaultBranch main Apparently, this is a new setting in git v2.28. This allows you to set a default … Continue reading
Git Tricks–Getting a New Remote Branch–#SQLNewBlogger
Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. This is probably more for me than anyone, but as I’ve been working in more team demos, I find … Continue reading
Posted in Blog
Tagged Git, SQLNewBlogger, syndicated, version control
Comments Off on Git Tricks–Getting a New Remote Branch–#SQLNewBlogger