Blogs

Which approach to take: Build it, buy it, cloud it?

By

As a Consultant, I would typically answer with – it depends! Then a typical...

Build It, Buy It, Cloud It? The IT Decision Puzzle 

By

The Never-Ending Question in IT: Which Approach to Take? As a Consultant, I would...

Knoxville M365 Community Days Recap

By

Hello data friends! Had a blast at my first ever M365 Community Day this...

Read the latest Blogs

Forums

How do I read XEL files in SSAS?

By Pete Bishop

A colleague of mine has setup SSAS monitoring through Extended Events and these are...

New test Mar 2025

By Steve Jones - SSC Editor

Testing posting and replying

Multisubnet Cluster DBs not replicating - No AD on one subnet

By kxd408910

Hi All, We have setup a 3 node SQL Server 2019 (CU30) multi subnet...

Visit the forum

Question of the Day

The Character choice

What happens when I run this code in SQL Server 2022?

create table Names
( namestring varchar(20))
go
insert Names select 'Steve'
go
select choose(namestring, 'steve', 'andy', 'brian')
from Names

See possible answers