SQLBalls

Blog Post

Tales from the Query Processor III

https://www.flickr.com/photos/socal_jim/2070088596/Hello Dear Reader!  It’s that time of year again.  The leaves are turning, temperatures are changing, and Halloween is once...

2014-10-31

1,177 reads

Blog Post

I'm an MVP

Hello Dear Reader!  Two weeks ago I was very honored to be named a Microsoft SQL Server MVP.  Since then...

2014-10-15

804 reads

Blog Post

#PASSVOTE 2014

Hello Dear Reader!  The PASS Board of Director elections are upon us again.  We have 3 spots open and 4...

2014-09-24

596 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