Prasad Chava

Bala Koteswara Prasad (Prasad) Chava is experienced in working on Microsoft .NET, SQL Server, Oracle, etc. He is a certified Microsoft professional developer. He has multiple professional certifications ranging from Salesforce, Azure, PMP and Dell Boomi. He is a member of the Project Management Institute (PMI). He has extensive experience in software architecture, solution delivery, and project management. He worked with many reputed organizations like IBM, Accenture, and Deloitte. He has extensive experience in TSQL and SQL server performance tuning.
  • Skills: C#.NET, ASP.NET, SQL Server, Oracle, Azure, Salesforce, Boomi, BizTalk, BMC Control-M, PMP

Blogs

Scooby Dooing Episode 9: The Case of the Artificially Intelligent Villain

By

Welcome back, my fellow sleuths, to my mystery-inspired blog series! I’m having a ton...

The Book of Redgate: Don’t be an a**hole

By

This was one of the original values: The facing page has this text: No...

Beyond Pipelines: How Fabric Reinvents Data Movement for the Modern Enterprise

By

For decades, enterprises have thought about data like plumbers think about water: you build...

Read the latest Blogs

Forums

Create an HTML Report on the Status of SQL Server Agent Jobs

By Nisarg Upadhyay

Comments posted to this topic are about the item Create an HTML Report on...

I Love Editorials

By Grant Fritchey

Comments posted to this topic are about the item I Love Editorials

Line number in error message doesn't match up with line number in code

By water490

Hi everyone I have a 1000 plus line query and I am getting an...

Visit the forum

Question of the Day

A Common Split

What happens when I run this code:

DECLARE @s VARCHAR(1000) = 'apple, pear, peach'
SELECT *
FROM STRING_SPLIT(@s, ', ')

See possible answers