Blog Posts

Blogs

What I actually do at Microsoft

By

I started working at Microsoft in January 2022. I enjoy it. I even wrote...

Talkie - a simple, private, responsive interface for LLMs

By

Watch this video on YouTube I like using ChatGPT. But I don't like the $20/month...

System Views in Microsoft Fabric – Query references an object that is not supported in distributed processing mode

By

I have a metadata-driven ELT framework that heavily relies on dynamic SQL to generate...

Read the latest Blogs

Forums

Using USE does not set DB context

By belal360

Hi Experts, I have a Sql file with a bunch of DDL statements (Create...

deploying datafactory using YAML script - Error

By robinrai3

Hi All, First foray into deploying adf using YAML scripting from Azure Devops from...

blocking due to cuncurrency problem.

By rajemessage 14195

hi, CREATE TABLE [dbo].[bridge]( bridgeid [bigint] NOT NULL, [idpool] bigint NULL, status int null...

Visit the forum

Question of the Day

Is date zero valid and if so what day is it?

You run this code in SQL Server

select datename(weekday, 0);
What is the result?

See possible answers