SQL Saturday #115 - Portugal
A free day of SQL Server training in Lisbon. Register and come if you can.
A free day of SQL Server training in Lisbon. Register and come if you can.
Today Steve Jones talks about code scanning and the analysis that tools can do for us today.
The challenge is to transform monthly resource efforts into weekly actuals.
When all you have is Powershell and perfmon logs, here's a way you can use them together to perform some analysis.
A lot has been written about the potential performance benefits of SQL Server data compression; but hard performance data? Not so much.
Under the pseudonym of 'SwePeso', Peter Larsson is famous on SQL forums for the amazing performance he can get from SQL. How does he do it? In the first of a series of articles, Peter explains his secrets.
The Partition clause in the Row_Number() Over() function is a quick tool for eliminating duplicate rows.
Today Steve Jones has a poll about the new AlwaysOn feature in SQL Server 2012. Is it worth the upgrade for your company?
How merge replication works, including the impact on the published database. The merge agent, different conflict situations and their resolutions are introduced.
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