Introduction to GitHub Actions Part 2: GitHub-hosted runners
In this article, you’ll learn about the many options for using a GitHub-hosted runner, including Docker.
2025-05-23
In this article, you’ll learn about the many options for using a GitHub-hosted runner, including Docker.
2025-05-23
This article series will teach you what you need to know to take advantage of GitHub Actions, especially for deploying database code.
2025-04-07
2024-10-21
1,981 reads
2024-09-09
4,213 reads
Learn how to get started with Git and Visual Studio Code.
2024-08-05
5,705 reads
This article examines how GitHub Copilot might be used when working with T-SQL Code.
2023-12-05
7,452 reads
2023-04-29
133 reads
2022-07-30
322 reads
This next article in the git series looks at managing powershell code in Git.
2022-04-11 (first published: 2020-08-27)
5,017 reads
Steve continues his series on Git for DBAs by looking at code review and pull requests.
2022-04-11 (first published: 2020-08-06)
5,183 reads
By Zikato
TSQL ScriptDOM is a useful library for parsing scripts into an abstract syntax tree....
By DataOnWheels
Over the past few months, I have debated starting a new blog to discuss...
By Steve Jones
It’s that time of the month again, and once again, I’m late and I’m...
So folks we have around 30/40 sql server failover cluster insatnce with each having...
Hello, How to add a UNIX_TIMESTAMP at my publish_date please CREATE TABLE [dbo].[latest_info]( [id]...
hi, need to known weather fast farwand cursor is faster than a while loop...
I run this code on SQL Server 2022 to get a list of all the indexes and their key columns. What is returned?
SELECT
INDEX_COL (N'AdventureWorks2017.Sales.SalesOrderDetail') See possible answers