Data Mining Part 33: The Performance counters
In this new article, we will explain how to use the Performance Counter to measure performance and activity in Microsoft Data Mining
In this new article, we will explain how to use the Performance Counter to measure performance and activity in Microsoft Data Mining
In this new article, we will explain how to use the Performance Counter to measure performance and activity in Microsoft Data Mining
The SQL Server Luxembourg User Group invites you to join us at our next event, where Pieter Vanhove from Microsoft will be presenting a double bill: Microsoft Azure SQL Database at Your Service and Run Your DBA Morning Checklist with Policy-Based Management.
There are more exciting things in life than unit testing SQL Statements, checking the results, timings, and execution plans. Phil Factor demonstrates a PowerShell-based technique taking the tedium out of testing SQL DML.
Steve Jones reminds us that we must manage our time, and learn to do so despite the demands placed on us.
This SQL Prompt tip shows you how code highlighting makes it easier to find which items match up with each other.
Sandeep Mittal provides an introduction to the COALESCE function and shows how to use it.
What are the most popular SQL implementations for Hadoop? How different are they from T-SQL?
JP Morgan suffers the largest data breach for a financial institution, but Steve Jones doesn't think this record will stand for long.
Transparent Data Encryption offers the ability to encrypt content of the database, its transaction logs, as well as backups while at rest. Encryption and decryption are performed in real-time, at the individual page level, as the database is being written to and read from storage, without necessitating changes to applications accessing their data. Marcin Policht reviews the feature.
By Brian Kelley
I am guilty as charged. The quote was in reference to how people argue...
By Steve Jones
Learn how to tie a bowline knot. Practice in the dark. With one hand....
By HeyMo0sh
As a DevOps practitioner, I’ve always focused on performance, scalability, and automation. But as...
Hi, I have a SQL Server instance where users connect to via Windows Authentication,...
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...
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