Kevin Sermijn


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

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...

Alias of a SQL Server

By AMCity

Was hoping to get some help on setting up our SQL Server with an...

are the caching messages in ssis for a lookup an indication of poor performance?

By stan

Hi, i am curious if i made the best choices for a lookup component...

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