News

SQL Power Doc is a collection of Windows PowerShell scripts and modules that discover, document, and diagnose SQL Server instances and their underlying Windows OS & machine configurations. NOTE: ...
A new SQL Server 2025 feature lets organizations run vector-based semantic searches on their own data, connecting to local or cloud-hosted AI models without relying on massive general-purpose LLMs. I ...
For SQL Server, to install all of the scripts at once, open Install-All-Scripts.sql in SSMS or Azure Data Studio, switch to the database where you want to install the procs, and run it. It will ...
A step-by-step guide to deploying, configuring, and testing a multi-AZ, multi-region SQL Server FCI in the Azure cloud, complete with a PowerShell script that handles the networking configuration.
If you’re looking to manage your SQL Server databases efficiently, downloading Microsoft SQL Server Management Studio (SSMS) is a must. Whether you’re a beginner or a seasoned DBA, this guide will ...
Generates a schema-only, read-only copy of a database using DBCC CLONEDATABASE to investigate performance issues related to the query optimizer. Learn more.
Last week at work I was given a folder of 1,500 scripts – can you imagine having to open each file in Management Studio to be able to execute it?
In November, Microsoft released version 18.4 for the SQL Server Management Studio (SSMS), introducing some key features such as support for materialized view scripts in SQL Data Warehouse.
The mssql extension for Visual Studio Code, used to support SQL Server connections and T-SQL editing, has been updated with IntelliCode functionality and a new Object Explorer, among other new ...