Project Bletchley - The Microsoft Vision for Blockchain
The SQL Server Luxembourg User Group invites you to join us at our next event in Microsoft’s Offices, at 6:00pm on Tuesday 7th March
The SQL Server Luxembourg User Group invites you to join us at our next event in Microsoft’s Offices, at 6:00pm on Tuesday 7th March
Greg Larsen explains how you can use Dynamic Management Objects and stored procedures to return your worst performing T-SQL statements.
An open letter to Microsoft from the CEO of Mandriva Linux might not have been the best idea.
Today Steve Jones asks what default values you might choose for new columns in a table.
This article exlores the usage of CTEs as a replacement to cursors in order to generate additional data by applying logic to existing data.
Bhavesh Patel shows how to clone a SQL Server login onto another server while keeping the password the same.
A short demonstration on how to configure Reporting Services (SSRS) with an SSL certificate.
Read why Solomon Rutzky is excited about SQL Server running on Linux.
Greg Larsen shows you how to determine if you are running the standard, enterprise, or developer edition of SQL Server.
We met SQL.ARRAY in the last step. Now say hello to SQL.MAP, which can store pairs of values.
By HeyMo0sh
As a DevOps practitioner, I’ve always focused on performance, scalability, and automation. But as...
By Brian Kelley
On Patch Tuesday, in addition to OS and Office security patches, Microsoft also released...
When mirroring was first released for Azure SQL Database, it used Change Data Capture...
Comments posted to this topic are about the item Multiple Deployment Processes
Comments posted to this topic are about the item How to Use sqlpackage to...
Comments posted to this topic are about the item Upgrading Admin Queries
I have a query from a former DBA that we run on SQL Server 2025 to check on database metadata. This query references sys.sysaltfiles. I want to refactor this code to be more modern. Which DMV should I reference instead?
See possible answers