BLOB Storage

Blogs

Starting Points for Quantum Computing Learning

By

I didn't have these in my slides for the Techno Security & Digital Forensics...

SSMS 21 Fixes Irritating Problem

By

I have a proper blog post coming out tomorrow for T-SQL Tuesday, but today,...

Monday Monitor Tips: Customizing Data Retention

By

One of the biggest challenges with monitoring data is managing the volume over time....

Read the latest Blogs

Forums

Window Functions in a View

By Jackie Lowery

Is there a trick to get a where clause filter to push into a...

Modifying the fetch size for Linked Server

By Ram

Hi, Problem: Pulling several million row table from Oracle DB into SQL server via...

How do I add all the values in the column considering it to be in hh:mm:ss:ms

By satnam.singh 44358

How do I add all the values in the column considering it to be...

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