Does Version Control Scare You
Steve finds a lot of people don't use version control and don't want to learn how to use it.
2025-05-21
183 reads
Steve finds a lot of people don't use version control and don't want to learn how to use it.
2025-05-21
183 reads
Git is a good tool for DBAs and other Operations staff. Today Steve gives you a few reasons why.
2024-02-14
470 reads
Source control is fundamental when dealing with projects and sharing code between multiple developers. Power BI present some challenges related to source control. But it’s finally providing us with a solution to these challenges. Let’s analyse this piece-by-piece.
2023-12-18
In this second level of the Stairway to Database DevOps, we learn to use Redgate's SQL Source Control to save and updates changes to objects, as well as tracking data in certain tables.
2023-10-18
1,415 reads
2023-08-28
292 reads
2023-08-25
399 reads
Learn how to get started with Git and avoid the command line by using VS Code or Azure Data Studio.
2022-05-11
4,970 reads
This article examines how you can use Azure Data Studio with your git Version Control System.
2022-04-29
8,611 reads
2021-03-26
400 reads
2021-03-19
437 reads
By ReviewMyDB
A behind-the-scenes look at Day of Data Jacksonville 2026, the transition from SQL Saturday,...
You run EXPLAIN ANALYZE on a slow query, stare at the plan, and something...
By Steve Jones
la guadière – n. a glint of goodness you notice in something that you...
Tlp/Wa_Cs:0817-866-887. Jl. Rawasari Sel. No.24 A, RT.12/RW.9, Rawasari, Kec. Cemp. Putih, Kota Jakarta Pusat,...
Tlp/Wa_Cs:0817-866-887. Jl. Taman Aries Blok E1 No. 2A & 2 B, RT.12/RW.8, Meruya Utara,...
Tlp/Wa_Cs:0817-866-887. Jl. Sumber Sari No.23 T 12, Babakan, Kec. Babakan Ciparay, Kota Bandung, Jawa...
I run the SQLCMD utility as follows:
lcmd -S localhost -EI then type this (the 1> is the prompt):
1> select @@version goIf I hit enter, what happens? See possible answers