mehul.bhuva@gmail.com

Mehul Bhuva is an AI and Data Platform Engineer bringing two decades of specialized experience across Microsoft's technology ecosystem. His proficiency spans Microsoft .NET, MS-SQL, Azure AI Foundry, Azure Data Factory, Azure Data Lake Gen 2, Databricks, Blazor/Angular frameworks, and Power BI implementations.

Through his technical blog at sharepointfix.com, Mehul delivers expert perspectives and practical guidance on emerging technologies and architectural best practices in the data engineering and software development domains. His technical passion and dedication to quality establish him as a respected voice within the technology community.

Blogs

App-Consistent MongoDB Snapshots Across Multiple Pure Storage FlashArrays

By

Introduction When you’re running MongoDB at scale with data distributed across multiple Pure Storage...

PASS: Quantum Computing Slides

By

If you're an attendee at the PASS Data Community Summit this year, there are...

A New Word: Dead Reckoning

By

dead reckoning– v. intr. finding yourself bothered by somebody’s death more than you would...

Read the latest Blogs

Forums

Looking for help with SQL statement

By DalF1960

Hi there I am seeking some help with an SQL statement. Any help would...

Personal Contact Is Vital

By Grant Fritchey

Comments posted to this topic are about the item Personal Contact Is Vital

Getting the Schema for Tables

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Getting the Schema for Tables

Visit the forum

Question of the Day

Getting the Schema for Tables

What happens when I run this on SQL Server 2022 in the AdventureWorks2022 database?

SELECT OBJECT_DEFINITION (OBJECT_ID(N'Person.Person')) AS [Object Definition]; 
GO 

See possible answers