Author name: bart

Streamlining SQL Server management: DETECT

This article covers the first step in the D-BART method, a structured approach to managing SQL Server environments. What’s in it for you? Better decision-making: Know what you’re running before you tune, patch, or upgrade. Faster troubleshooting: Spot risky settings and inconsistencies quickly. Improved security and compliance: Identify misconfiguration and exposed features. Operational consistency: Ensure […]

Streamlining SQL Server management: DETECT Read More »

Streamlining SQL Server management in larger environments.

When you’re managing just a few SQL-Server instances or databases, a structured approach might be unnecessary. However, as the number of databases and SQL-Servers increases, complexity grows exponentially. Without standardization and automation, managing a growing number of databases will lead to increased operational risks and necessitate a larger DBA-team than initially planned. Implementing standardized processes

Streamlining SQL Server management in larger environments. Read More »

Extract SQL Server query parameters from execution plans using PowerShell

Extract SQL Server query parameters from execution plans using PowerShell   When you extract query text from a SQL Server execution plan, you’ll often end up with something like this: Before it executes, you’ll need to declare every single parameter. Sure, you could copy them one by one from the plan… But that’s slow, repetitive

Extract SQL Server query parameters from execution plans using PowerShell Read More »

Scroll to Top