Azure Player Blog

Blog Post

Last Week Reading (2019-10-20)

Hello folks! 2 weeks passed but eventually, I have some news for you. Press Support for Azure Databricks Instance pool for operationalizing Databricks workloads in Data Factory Public Preview...

2019-10-20

10 reads

Blog Post

ASF 025: Rob Farley interview

Introduction Rob Farley is a Microsoft Certified Master, Microsoft Certified Trainer and is a recipient of the Microsoft MVP Award for SQL Server since 2006. Rob provides consulting and...

2019-09-26

14 reads

Blog Post

ASF 024: Leila Etaati interview

Introduction Leila Etaati is an AI MVP, mentor, trainer, speaker and consultant. She spoke in some important conference such as Microsoft USA Ignite, Microsoft Data Insight Summit, SQL PASS,...

2019-07-26

17 reads

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