SQL Tact

Blog Post

Easily query your GitHub Contribution activity

For a variety of reasons, including your Microsoft MVP activity reports, you might want to summarize your GitHub activity across multiple repos. For contributors to Microsoft open-source docs on GitHub,...

2025-06-06 (first published: )

3 reads

Blog Post

Updated training list for a new DBA

Met an eager young volunteer at SQLSatBR over the weekend who inspired me to update a blog post that hadn't been refreshed in a few years. See the [UPDATED] Training...

2023-08-18 (first published: )

598 reads

SQLSat Baton Rouge 2023!

Looking forward to #jambalaya at #SQLSatBR on July 29! Register today: sqlsatbr.comI hope to see as many people as possible that weekend, I'll be there at the Friday night...

2023-07-22 (first published: )

15 reads

Blog Post

SQL Server 2022 Administration Inside Out

SQL Server 2022 Administration Inside Out is now available for pre-order from Microsoft Press. This book is far more than a quick update. We've rewritten and refreshed large portions of...

2023-03-25 (first published: )

108 reads

Blogs

Build a Dockerized Todo List RESTful API in C# with GitHub Actions and Azure Container App: A…

By

Build a Dockerized Todo List RESTful API in C# with GitHub Actions and Azure...

Cyber Scams and Operation Shamrock

By

Erin West gave the keynote for the 2025 Techno Security & Digital Forensics East...

The Book of Redgate: Ingeniously Simple

By

Redgate has been known for many useful tools that are easy to use. We’ve...

Read the latest Blogs

Forums

Shorten the Debate

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Shorten the Debate

Azure SQL Performance Tuning: Mastering Indexes, Partitioning, and Clustered Columnstore

By mehul.bhuva@gmail.com

Comments posted to this topic are about the item Azure SQL Performance Tuning: Mastering...

Adding Lots of Dates

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Adding Lots of Dates

Visit the forum

Question of the Day

Adding Lots of Dates

The second parameter for the EOMONTH() function is an integer. In June 2025, if I run this code, what is returned?

DECLARE @d DATE = GETDATE()
SELECT EOMONTH(@d, 95695)

See possible answers