SQLAndy

Blog Post

No Drama

Someone I worked with recently on the server side of the business had that to say about SQL Server compared...

2011-09-19

610 reads

Blog Post

Conflict Resolution

More than once I’ve run into situations where I’m working with two people/groups that don’t get along. Especially as a...

2011-09-16

618 reads

Blog Post

Dreaming

It’s easy to get so busy with life you forget to dream, at least for me. Most of us have...

2011-09-16

708 reads

Blog Post

I Don’t Know

I wanted to write this because lately I say “I don’t know” a couple times a day to my client/boss....

2011-09-14

629 reads

Blogs

Ramblings about data communities and your contributions, no excuses

By

I have been active in the data community throughout my career. I have met...

SQL Server Journey till 2025 (brief)

By

Quick Summary for Microsoft SQL Server till 2025, I am fortunate to be part...

Building Power BI Reports: Desktop vs Fabric

By

Why this comparison feels confusing If you’re a Power BI report author who’s just...

Read the latest Blogs

Forums

Multi-State Payroll Tax Issues 2026

By davidholland0703

Prepare for 2026 with this essential multi-state payroll tax issues 2026 webinar from Professionals...

Simulating Mercury’s Orbital Motion Using Pure T-SQL (NASA 2025 Dataset)

By NKTgLaw

SQL Server is typically viewed as a transactional or analytical database engine. However, it...

Azure SQL Database | CREATE EVENT SESSION [Blocking_Capture] ON DATABASE

By DanielP

Hello, Is there a way in Azure SQL Database to change the 'Blocking Process...

Visit the forum

Question of the Day

String Similarity I

On SQL Server 2025, when I run this, what is returned?

SELECT EDIT_DISTANCE_SIMILARITY('SQL Server', 'MySQL')

See possible answers