Devin Knight

Blogs

What happens when we drop a column on a SQL Server table? Where's my space?

By

This article was initially posted on SQLServerCentral @ 2024-04-26. Short answer: The column is marked...

Why the masters and what lies ahead

By

I recently graduated with a Master’s in Strategic Communication from the University of Delaware....

Copilot Reminded Me How To Find a File Handle

By

Recently I was trying to delete a folder and kept getting the “something is...

Read the latest Blogs

Forums

Abort Package after specified timeout project parameter

By Dave

Hi I have a sequence container which loads a large number of JSON files...

JSON escape characters

By Jo Pattyn

Hello, I'm tasked to generate JSON files with the FOR JSON Clause of SQL...

Adding Hints with Query Store

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Adding Hints with Query Store

Visit the forum

Question of the Day

Adding Hints with Query Store

I have a query that is being tracked in the SQL Server 2022 Query Store. I want to add a hint to this query to ensure that the MAXDOP for this query is one. How can I do this with minimal code changes

See possible answers