The Best Way to Find Quality People
How can you find good employees? Steve Jones offers a few tips on what has worked for him in the past.
How can you find good employees? Steve Jones offers a few tips on what has worked for him in the past.
How can you find good employees? Steve Jones offers a few tips on what has worked for him in the past.
How can you find good employees? Steve Jones offers a few tips on what has worked for him in the past.
Steve Jones looks at the performance of column changes, petaflop computing, and a few ways to beef up your DBA skills.
Steve Jones looks at the performance of column changes, petaflop computing, and a few ways to beef up your DBA skills.
Steve Jones talks about two competing priorities for many people that start at a new job and asks which one you value more in this Friday poll.
One of the very common questions posted about T-SQL is how to traverse a hierarchy in a set based manner. New author Craig Hatley brings us his techniques for handling the common scenario of employees and managers.
How many of you have written resursive queries in SQL? Or any language since school for that matter? Not many people write recusrive queries because of the complexity, the difficulty to understand how they work, and the chance for heap overflows. However, SQL Server 2005 implements Common Table Expressions and recursion in a way that is much easier to code and incorporates some safeguards. New author SQL Server MVP Frederic Brouard has written a fantastic article looking at resursive queries.
A short review of this book by Ben Forta giving you the basics of T-SQL
This article illustrates different methods to insert data into a table, including the new Row Value Constructor, which simplifies the data insertion.
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...
By Brian Kelley
On Patch Tuesday, in addition to OS and Office security patches, Microsoft also released...
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