SQL Server Blog Posts from Stedman Solutions
SQL Server Blog Posts
Welcome to the hub for all things SQL Server! Here, you’ll find the latest blog posts covering tips, tricks, and insights into SQL Server management, performance tuning, query optimization, and much more. Whether you’re a seasoned database administrator or just starting your journey with SQL Server, our blog is packed with valuable content to help you tackle real-world challenges and improve your skills.
At Stedman Solutions, we’re passionate about SQL Server and dedicated to sharing knowledge gained from over three decades of experience. Our blog posts cover a range of topics, including resolving database corruption, enhancing query performance, understanding T-SQL techniques, and leveraging tools like Database Health Monitor. Each article is written with a practical focus, offering solutions and advice you can apply directly to your SQL Server environment.
Take a moment to explore the latest posts below. Whether you’re here to solve a specific problem, learn about a new feature, or stay updated on best practices, you’re in the right place. If you find a topic that resonates with your current challenges, be sure to dive in—and feel free to contact us if you need personalized assistance or want to learn more about our SQL Server services.
Latest SQL Server Blog Posts
- Our Managed Services packageby SteveStedmanHave you seen our Managed Services offering? Managed Services for SQL Servers has become one of the largest parts of our business, and we have even expanded the managed services team now to 4 people supporting clients SQL Servers. Our managed services for SQL Server often include the following features: Database Administration: The service provider… Read More »Our Managed Services package
- Is SQL Server Replication Real-Time? Understanding Snapshot, Transactional, and Merge Replicationby SteveStedmanWhen it comes to managing data across multiple servers, SQL Server Replication often comes up as a potential solution. But a critical question lingers for many database administrators and developers: Is SQL Server Replication Types truly real-time? The answer isn’t a simple yes or no, as SQL Server offers three distinct types of replication—Snapshot, Transactional,… Read More »Is SQL Server Replication Real-Time? Understanding Snapshot, Transactional, and Merge Replication
- Staff Augmention – We can help!by SteveStedmanAs the founder and owner of Stedman Solutions, LLC, I understand the challenges you face when your DBA or developer plans a vacation or when you find yourself in need of temporary assistance. That’s why our team at Stedman Solutions is here to help. When your valued staff members take time off, we can step… Read More »Staff Augmention – We can help!
- Execution Plan Analysis Stedman SQL Podcast Sn 3 Ep 10by Shannon LindsayExecution Plan Analysis Stedman SQL Podcast Sn 3 Ep 10 Steve Stedman discusses analyzing SQL Server execution plans and features in Database Health Monitor that aid in this task. He explains that execution plans are SQL Server’s roadmap for query execution, detailing how SQL Server will execute a query, including index usage and data sorting.… Read More »Execution Plan Analysis Stedman SQL Podcast Sn 3 Ep 10
- Navigating SQL Server Licensing and Cost Optimizationby SteveStedmanNeed help with this or anything relating to SQL Server? The team at Stedman Solutions can help. Find out how with a free no risk 30 minute consultation with Steve Stedman. SQL Server licensing can quickly become one of the largest line items in a data platform budget. Understanding the available models and applying disciplined… Read More »Navigating SQL Server Licensing and Cost Optimization
- Safe and Unsafe Schema Changes in SQL Server Merge Replicationby SteveStedmanSQL Server Merge SQL Server Replication course can be an effective solution when multiple systems need to exchange and synchronize data across locations or disconnected environments. However, one of the biggest challenges with merge replication is managing schema changes safely. Some schema changes can be applied with little disruption, while others can force all subscribers… Read More »Safe and Unsafe Schema Changes in SQL Server Merge Replication
- Why Hiding Copy-Only Backups Reveals the Truth About Your SQL Server Backup Chainby SteveStedmanWhy Hiding Copy-Only Backups Reveals the Truth About Your SQL Server Backup Chain Why Hiding Copy-Only Backups Reveals the Truth About Your SQL Server Backup Chain By Steve Stedman – Stedman Solutions, LLC One of the most common sources of backup confusion I see—whether during health checks, performance tuning engagements, or emergency recovery calls—is how… Read More »Why Hiding Copy-Only Backups Reveals the Truth About Your SQL Server Backup Chain
- Calculating the True Cost of Unplanned Downtime: A Guide for Every Businessby SteveStedmanUnplanned downtime is a silent thief, stealthily draining resources and disrupting operations across industries. For businesses of all sizes, the financial ripple effects of system failures—whether due to hardware issues, software glitches, or data Corruption—can be staggering. In this guide, we’ll explore how to uncover the hidden costs of unplanned downtime and provide a roadmap… Read More »Calculating the True Cost of Unplanned Downtime: A Guide for Every Business
- SQL Code Smells: Heap Tablesby SteveStedmanYou inherit a database and start digging through the schema. Everything looks reasonable on the surface until you notice a handful of tables with no clustered index. No obvious reason. They just never got one. In some cases they have been sitting that way for years, quietly degrading read and write performance while nobody thought… Read More »SQL Code Smells: Heap Tables
- SQL Server Non-Parameterized Queries: Fix Plan Cache Bloat and CPU Wasteby SteveStedmanWhen SQL Server Performance starts to degrade, the symptoms often appear without an obvious cause. CPU usage climbs, the plan cache grows crowded with similar entries, and queries that once ran quickly begin to slow down. Examining the query text in isolation rarely reveals the issue, because the problem lies not in the logic itself… Read More »SQL Server Non-Parameterized Queries: Fix Plan Cache Bloat and CPU Waste
- Login Auditing Stedman SQL Podcast Sn 3 Ep 9by Shannon LindsayLogin Auditing Stedman SQL Podcast Sn 3 Ep 9 In this episode of the Stedman SQL Server Podcast, Steve and George Stedman compare two powerful native SQL Server options for login auditing: SQL Server Audit and Extended Events. They explain why auditing logins matters for compliance requirements such as SOX, PCI, and HIPAA, demonstrate how… Read More »Login Auditing Stedman SQL Podcast Sn 3 Ep 9
- SQL Server Database Integrity: Importance and Corruption Prevention Tipsby SteveStedmanWhen it comes to managing a SQL Server environment, ensuring SQL Server Database Integrity and SQL Server Database Corruption Prevention is paramount to the health and reliability of your data. Database integrity refers to the accuracy, consistency, and trustworthiness of the information stored within your system. Without it, businesses risk encountering data Corruption, which can… Read More »SQL Server Database Integrity: Importance and Corruption Prevention Tips
- TSQL Output Clause Courseby SteveStedmanThe output clause is one of the wow factor query items, where when people see you use it the just go WOW, I did not know you could do that. I can remember working with a client and showing that to them and getting that same reaction of WOW. Have you seen our SQL short… Read More »TSQL Output Clause Course
- Honoring those who have died while servingby SteveStedmanIn observance of the US federal holiday Memorial day, and in memory of all who have died in service, Stedman Solutions, LLC will be closed for the last Monday in May. If you need emergency help during this time, you can reach us through the contact us form, or for existing customers just contact one… Read More »Honoring those who have died while serving
- How to Identify and Fix Parameter Sniffing Issues in SQL Serverby SteveStedmanParameter sniffing occurs when the SQL Server query optimizer creates an execution plan for a stored procedure or parameterized query based on the specific parameter values supplied during the first execution. This plan is then cached and reused for all subsequent calls, regardless of whether later parameter values would benefit from a different strategy. The… Read More »How to Identify and Fix Parameter Sniffing Issues in SQL Server
- Protecting SQL Server Data: Backup and Disaster Recovery Best Practicesby SteveStedmanThe Ultimate SQL Server Backup Strategy: Protecting Your Data from Disaster and Corruption In today’s data-driven world, SQL Server databases form the backbone of countless business operations, making the protection of that information a top priority for IT teams and decision makers alike. A single instance of data loss from hardware failure, ransomware, or unexpected… Read More »Protecting SQL Server Data: Backup and Disaster Recovery Best Practices
- Choosing the Right SQL Server Backup Type for Your Environmentby SteveStedmanChoosing the Right SQL Server Backup Type for Your Environment One of the most common questions I hear when working with clients is: “How do we choose the right backup type based on database size, workload, and recovery needs?” It is an important question because the right SQL Server backup strategy needs to balance recovery… Read More »Choosing the Right SQL Server Backup Type for Your Environment
- Understanding HTDELETE Wait Type in SQL Server: Causes and Solutionsby SteveStedmanWhat is the HTDELETE Wait Type? When it comes to SQL Server Optimization tuning, identifying and resolving wait types is a fundamental step for database administrators. Among the myriad of wait types that can impact system performance, HTDELETE stands out as a lesser-known but significant indicator of specific internal operations. This blog post dives into… Read More »Understanding HTDELETE Wait Type in SQL Server: Causes and Solutions
- Optimize Your SQL Server with Stedman Solutions’ Monitoring & Managed Servicesby SteveStedmanEnsuring your SQL Server operates at its best is a top priority for any business relying on data-driven decisions. Downtime, sluggish performance, or unexpected issues can derail operations and frustrate stakeholders. At Stedman Solutions, we understand these challenges and offer a comprehensive approach to SQL Server management through our Monitoring and Managed Services, designed to… Read More »Optimize Your SQL Server with Stedman Solutions’ Monitoring & Managed Services
- Understanding LCK_M_U and LCK_M_X Wait Types in SQL Server Performance Tuningby SteveStedmanWhen it comes to SQL Server Optimization tuning, understanding the intricacies of Wait Statistics is crucial for identifying and resolving bottlenecks. Among the myriad of wait types that can hinder database performance, LCK_M_U (Update Lock) and LCK_M_X (Exclusive Lock) stand out as frequent culprits. These wait types signal locking conflicts that can stall query execution,… Read More »Understanding LCK_M_U and LCK_M_X Wait Types in SQL Server Performance Tuning
- Introducing the Rewards Program for Database Health Monitorby SteveStedmanIntroducing the Rewards Program for Database Health Monitor At Stedman Solutions, we’ve always looked for ways to say thank you to everyone using Database Health Monitor. With the launch of the new Rewards Program, we now have a way to give you even more value the longer you use the product. The idea came from… Read More »Introducing the Rewards Program for Database Health Monitor
- Understanding WRITELOG Wait Type in SQL Server: Causes, Impacts, and Solutionsby SteveStedmanDelving into the intricacies of SQL Server performance often leads to uncovering hidden bottlenecks, and one of the most critical to understand is the WRITELOG wait type. This specific wait type can significantly impact the efficiency of your database operations, as it signals delays in writing transaction log data to disk. Whether you’re managing a… Read More »Understanding WRITELOG Wait Type in SQL Server: Causes, Impacts, and Solutions
- Managed Service Stedman SQL Podcast Sn 3 Ep 8by Shannon LindsayManaged Services Stedman SQL Podcast Sn 3 Episode 8 The podcast episode discusses Stedman Solutions’ SQL Server managed services offering, highlighting its unique approach and benefits. Key points include the team’s extensive experience, the availability of multiple team members for 24/7 coverage, and the comprehensive support provided for a flat fee. The team emphasizes proactive… Read More »Managed Service Stedman SQL Podcast Sn 3 Ep 8
- Why Is My SQL Server Slow? 8 Common Causes and Solutionsby SteveStedmanAre you constantly asking yourself, “Why is my SQL Server slow?” If so, you’re in good company. Performance hiccups in SQL Server can grind business processes to a halt, frustrate end-users, and create bottlenecks in critical systems. The good news is that most performance issues are identifiable and fixable with a systematic approach to troubleshooting.… Read More »Why Is My SQL Server Slow? 8 Common Causes and Solutions
- Why You Should Never Enable Auto Shrink in SQL Serverby SteveStedmanWhy You Should Never Enable Auto Shrink in SQL Server One of the common configuration mistakes I still see in SQL Server environments is Auto Shrink enabled on databases. It sounds harmless—maybe even helpful—but in reality, Auto Shrink can create serious performance problems and unnecessary work for your SQL Server. In fact, if you take… Read More »Why You Should Never Enable Auto Shrink in SQL Server
- SQL Code Smells: Implicit Conversionsby SteveStedmanYou run a query against a table. The column is indexed. The statistics are fresh. And yet the query does a full scan, takes ten times longer than it should, and you have no idea why. The code looks correct. The data looks correct. Nothing looks wrong. The culprit is a single mismatched data type,… Read More »SQL Code Smells: Implicit Conversions
- Enhancing SQL Server Troubleshooting: Terminate Open Transactions Directly from the Reportby SteveStedmanEnhancing SQL Server Troubleshooting: Terminate Open Transactions Directly from the Report In the world of SQL Server administration, few things are as frustrating as stumbling upon a long-running or forgotten transaction that’s quietly causing chaos. It might be blocking other processes, preventing log truncation, bloating your transaction log, or even simulating a “jammed” server in… Read More »Enhancing SQL Server Troubleshooting: Terminate Open Transactions Directly from the Report
- Daily Monitoring Productby SteveStedmanA great way to keep tabs on the overall health of your SQL Server. Pricing: $129.99 per month per SQL Server instance when paid month to month. Payment on a recurring payment by credit card plan required. We provide monitoring tools that alert us when there is an issue so that we can recommend fixes… Read More »Daily Monitoring Product
- Guardians of Your Data: Understanding the Critical Role of a Database Administratorby SteveStedmanFind out more about our SQL Server Managed Services In an age where data is the new gold, managing this treasure trove efficiently is paramount to a business’s success. A robust data management system lays the foundation for informed decision-making, smooth operations, and strategic growth plans. At the helm of this intricate system stands a… Read More »Guardians of Your Data: Understanding the Critical Role of a Database Administrator
- Dangers of Removing Indexesby SteveStedmanIn the world of database management, maintaining optimal performance is an ongoing challenge. One crucial aspect that often gets overlooked is the management of indexes. While indexes can significantly enhance query performance, having too many of them can lead to issues when it comes to inserts, updates, and deletes. In this blog post, we’ll explore… Read More »Dangers of Removing Indexes
- Why Blindly Trusting the SQL Server Database Tuning Advisor Can Hurt Performanceby SteveStedmanWhy Blindly Trusting the SQL Server Database Tuning Advisor Can Hurt Performance If you have worked with SQL Server for any length of time, you have probably encountered the Database Tuning Advisor (DTA). It is one of those built-in tools that sounds incredibly helpful. You point it at a workload, and it analyzes queries and… Read More »Why Blindly Trusting the SQL Server Database Tuning Advisor Can Hurt Performance
- Elevate Your SQL Server Monitoring with Our Daily Checkup Serviceby SteveStedmanWe’re thrilled to announce some enhancements to our SQL Daily Checkup service that promises to provide your SQL servers with the most comprehensive health evaluation in the market.Find out more at Stedman Solutions.com https://stedman.us/dailycheckup. Our SQL Daily Checkup service has been designed to serve as an advanced monitoring tool, helping you identify potential issues on… Read More »Elevate Your SQL Server Monitoring with Our Daily Checkup Service
- Implicit Converts The Silent Performance Killer in SQL Server Stedman SQL Podcast Sn 3 Ep 7by Shannon LindsayImplicit Converts The Silent Performance Killer in SQL Server Stedman SQL Podcast Sn 3 Ep 7 Steve Stedman and George discuss implicit conversions in SQL Server, highlighting their impact on performance. Steve explains that implicit conversions occur when data types don’t match, forcing SQL Server to convert columns, which can slow queries significantly. They demonstrate… Read More »Implicit Converts The Silent Performance Killer in SQL Server Stedman SQL Podcast Sn 3 Ep 7
- Stop Guessing When SQL Agent Jobs Run: Visualizing Job History with Sortable Timeline Chartsby SteveStedmanStop Guessing When SQL Agent Jobs Run: Visualizing Job History with Sortable Timeline Charts This blog post idea centers on a problem every SQL Server DBA has faced at some point: trying to understand when SQL Agent jobs actually run and how often they fire. It often starts with a simple question such as what… Read More »Stop Guessing When SQL Agent Jobs Run: Visualizing Job History with Sortable Timeline Charts
- Implementing the Principle of Least Privilege in SQL Server: A Step-by-Step Guide to Securing Your Databasesby SteveStedmanImplementing the Principle of Least Privilege in SQL Server: A Step-by-Step Guide to Securing Your Databases In the world of database security, few concepts are as foundational—and as frequently overlooked—as the principle of least privilege (POLP). This principle simply states that users, applications, and processes should only have the minimum permissions required to perform their… Read More »Implementing the Principle of Least Privilege in SQL Server: A Step-by-Step Guide to Securing Your Databases
- Master Data Aggregation in SQL Server: Learn Grouping and Windowing Functionsby SteveStedmanAggregating Data in Your SQL Server Unlock the full potential of SQL Server with a deep dive into data Aggregation techniques. In this blog post, titled “Master Data Aggregation in SQL Server: Learn Grouping and Windowing Functions,” we will explore the powerful tools and methods that can transform the way you handle data. Whether you’re… Read More »Master Data Aggregation in SQL Server: Learn Grouping and Windowing Functions
- Join Types Shirtby SteveStedmanWelcome to April at Stedman Solutions, LLC! This month, we’re excited to announce that April is JOINS month, where all our promotions and activities will revolve around the fundamental concept of JOINs in SQL Server. Whether you’re a seasoned SQL professional or just starting out on your database journey, this is the perfect time to… Read More »Join Types Shirt
- My Join Types Courseby SteveStedmanWelcome to April at Stedman Solutions, LLC! This month, we’re excited to announce that April is JOINS month, where all our promotions and activities will revolve around the fundamental concept of JOINs in SQL Server. Whether you’re a seasoned SQL professional or just starting out on your database journey, this is the perfect time to… Read More »My Join Types Course
- SQL Server Compatibility Levels Explained: Guide to Settings and Upgradesby SteveStedmanUnderstanding SQL Server Compatibility Levels In the world of SQL Server, compatibility levels play a crucial role in ensuring that your database applications run smoothly even after upgrading to a newer version of SQL Server. By understanding and managing these compatibility levels, you can avoid potential issues and leverage new features while maintaining stability and… Read More »SQL Server Compatibility Levels Explained: Guide to Settings and Upgrades
- Join Types Poster on your wallby SteveStedmanWelcome to April at Stedman Solutions, LLC! This month, we’re excited to announce that April is JOINS month, where all our promotions and activities will revolve around the fundamental concept of JOINs in SQL Server. Whether you’re a seasoned SQL professional or just starting out on your database journey, this is the perfect time to… Read More »Join Types Poster on your wall
- SQL Server Upgrades: Why Build and Migrate Is My Go-To Approachby SteveStedmanSQL Server Upgrades: Why Build and Migrate Is My Go-To Approach When it comes to upgrading SQL Server, I almost always recommend one approach over the others: build a new server and migrate. It may sound like more work—and it is—but there’s a good reason for it. After decades of working with SQL Server, I’ve… Read More »SQL Server Upgrades: Why Build and Migrate Is My Go-To Approach
- SQL Server Join Types: A Guide to Masteryby SteveStedmanWelcome to April at Stedman Solutions, LLC! This month, we’re excited to announce that April is JOINS month, where all our promotions and activities will revolve around the fundamental concept of JOINs in SQL Server. Whether you’re a seasoned SQL professional or just starting out on your database journey, this is the perfect time to… Read More »SQL Server Join Types: A Guide to Mastery
- Stedman SQL Podcast Season 3 Episode 6 Database Health Monitor Recap and Updatesby Shannon LindsayStedman SQL Podcast Season 3 Episode 6 Database Health Monitor Recap and Updates In this episode of the Stedman SQL Podcast (Season 3, Episode 6), Steve Stedman is joined by Mitchell Glasscock and George Stedman to dive into the latest 2026 Q1 updates to Database Health Monitor. They break down new quality-of-life improvements like enhanced… Read More »Stedman SQL Podcast Season 3 Episode 6 Database Health Monitor Recap and Updates
- Join Types Shower Curtainby SteveStedmanWelcome to April at Stedman Solutions, LLC! This month, we’re excited to announce that April is JOINS month, where all our promotions and activities will revolve around the fundamental concept of JOINs in SQL Server. Whether you’re a seasoned SQL professional or just starting out on your database journey, this is the perfect time to… Read More »Join Types Shower Curtain
- Why Running DBCC FREEPROCCACHE Is Usually a Bad Idea for Performance Troubleshootingby SteveStedmanWhy Running DBCC FREEPROCCACHE Is Usually a Bad Idea for Performance Troubleshooting Every once in a while I run into a situation where a vendor recommends something that makes me pause. Recently I was working with a client who had a third-party application running on SQL Server. They were experiencing performance problems in production, so… Read More »Why Running DBCC FREEPROCCACHE Is Usually a Bad Idea for Performance Troubleshooting
- SQL Server Joins with Our Free Posterby SteveStedmanWelcome to April at Stedman Solutions, LLC! This month, we’re excited to announce that April is JOINS month, where all our promotions and activities will revolve around the fundamental concept of JOINs in SQL Server. Whether you’re a seasoned SQL professional or just starting out on your database journey, this is the perfect time to… Read More »SQL Server Joins with Our Free Poster
- Joins – Inner vs Left Outer vs Right Outerby SteveStedmanWelcome to April at Stedman Solutions, LLC! This month, we’re excited to announce that April is JOINS month, where all our promotions and activities will revolve around the fundamental concept of JOINs in SQL Server. Whether you’re a seasoned SQL professional or just starting out on your database journey, this is the perfect time to… Read More »Joins – Inner vs Left Outer vs Right Outer
- SQL Server Corruption Class: Learn to Prepare and Respond Effectivelyby SteveStedmanSQL Server Corruption Class – Learn How to Prepare and React SQL Server corruption can strike at any moment, leaving your critical data inaccessible and your business operations in disarray. Whether caused by hardware failures, software glitches, or human error, the consequences of database corruption are often severe. Our SQL Server Corruption Class is designed… Read More »SQL Server Corruption Class: Learn to Prepare and Respond Effectively
- April is Join Types Monthby SteveStedmanWelcome to April at Stedman Solutions, LLC! This month, we’re excited to announce that April is JOINS month, where all our promotions and activities will revolve around the fundamental concept of JOINs in SQL Server. Whether you’re a seasoned SQL professional or just starting out on your database journey, this is the perfect time to… Read More »April is Join Types Month
- Finding Long Running Queries in SQL Serverby SteveStedmanYou usually don’t notice a slow query right away. What you do notice is everything else starting to lag. Dashboards take longer to load, jobs start overlapping, and suddenly users are asking what changed. Long running queries are often at the center of that. The good news is they’re not hard to track down when… Read More »Finding Long Running Queries in SQL Server
- World Backup Day with Stedman’s SQL Schoolby SteveStedmanCelebrating World Backup Day with Stedman’s SQL School: Unlock the Secrets of Efficient Backup and Recovery As we mark World Backup Day on March 31st, it’s a timely reminder of the critical importance of data backups in our increasingly digital world. In the realm of database management, particularly with SQL Server, the significance of having… Read More »World Backup Day with Stedman’s SQL School
- Embrace Efficiency and Growth: The Integrated Power of Managed Servicesby SteveStedmanEmbrace Efficiency and Growth: The Integrated Power of Managed Services In today’s fast-evolving business landscape, organizations are constantly seeking ways to optimize their operations, scale efficiently, and ensure the robust management of their critical IT infrastructure. Stedman Solutions offers a suite of Managed Services designed to address these core needs, emphasizing the essential role of… Read More »Embrace Efficiency and Growth: The Integrated Power of Managed Services
- Understanding WRITE_COMPLETION Wait Type in SQL Server: Performance Impacts and Solutionsby SteveStedmanIn the realm of SQL Server Performance tuning, identifying and resolving wait types is a critical skill for database administrators. Among these, the WRITE_COMPLETION wait type often goes unnoticed, yet it can reveal underlying issues with your disk I/O subsystem. This blog post aims to shed light on what WRITE_COMPLETION means, why it matters, and… Read More »Understanding WRITE_COMPLETION Wait Type in SQL Server: Performance Impacts and Solutions
- Sleep Better With Our SQL Server Managed Servicesby SteveStedmanFinding Peace of Mind with SQL Server Managed Services As the owner or manager of a business that relies on SQL Server for critical data management and operations, the thought of your SQL Server encountering issues during the off-hours can be a significant source of stress. The fear of waking up to a server crash,… Read More »Sleep Better With Our SQL Server Managed Services
- Stedman SQL Podcast Season 3 Episode 5 The 7 Deadly Sins of Index and Statistics Maintenanceby Shannon LindsayStedman SQL Podcast Season 3 Episode 5 The 7 Deadly Sins of Index and Statistics Maintenance Steve Stedman and Mitchell Glasscock discuss the seven deadly sins of index and statistics maintenance in SQL Server. They highlight common mistakes such as blindly rebuilding or reorganizing all indexes nightly, adhering to outdated 5% and 30% fragmentation rules,… Read More »Stedman SQL Podcast Season 3 Episode 5 The 7 Deadly Sins of Index and Statistics Maintenance
- Monitor Your SQL Server for Under $10/Month with Database Health Monitorby SteveStedmanIt’s 3:00 AM on a Tuesday morning and your phone starts buzzing on the nightstand. The website is down, the ERP system is crawling, or the checkout process is timing out. We’ve all been there: that sinking feeling in your stomach as you realize you’re about to spend the next four hours hunting for a… Read More »Monitor Your SQL Server for Under $10/Month with Database Health Monitor
- What is a SQL Server SubQueryby SteveStedmanWhat is a SQL Query Subquery? A subquery (also known as an inner select or nested query) is a query nested inside another SQL query. It allows you to build more complex queries by embedding one SELECT statement within another. Subqueries can help solve problems that require multiple steps or aggregations, and they enable you… Read More »What is a SQL Server SubQuery
- The Challenges of Relying Solely on an In-House DBAby SteveStedmanThe Challenges of Relying Solely on an In-House DBA: Insights from Stedman Solutions In the fast-paced world of IT, the database is the backbone of any organization, storing critical data that drives decision-making and operational efficiency. However, managing a database is no small feat, and many companies rely on a dedicated Database Administrator (DBA) to… Read More »The Challenges of Relying Solely on an In-House DBA
- SQL Server Performance Tuning: 5 Proven Ways to Find Long Running Queriesby SteveStedmanHave you ever sat staring at a spinning wheel in your application, knowing deep down that a SQL Server query is currently eating your server alive? We’ve all been there. It’s that sinking feeling when the CPU is pegged at 100%, users are starting to call the help desk, and you need answers right now.… Read More »SQL Server Performance Tuning: 5 Proven Ways to Find Long Running Queries
- Revolutionize Your Projects with our Dynamic Team of Database and Software Expertsby SteveStedmanWith a technical team of 5 people with well over 100 years of combined experience we are available to help with your next project. Our team of highly experienced Database Administrators (DBAs) and programmers is uniquely qualified to support and elevate your projects. They bring an array of expertise to the table, each with their… Read More »Revolutionize Your Projects with our Dynamic Team of Database and Software Experts
- Cut Costs Without Compromising Qualityby SteveStedmanCut Costs Without Compromising Quality: Outsource Server Maintenance with Managed Services and Watch Your Savings Grow Welcome back, fellow data enthusiasts! Today, we’re diving into a topic that’s not only crucial for your business but also a game-changer in the world of database management: outsourcing server maintenance with Managed Services. At Stedman Solutions, we understand… Read More »Cut Costs Without Compromising Quality
- The Real Cost: In-House Team vs. Stedman Solutionsby SteveStedmanThe Real Cost of SQL Server Management: In-House Team vs. Stedman Solutions When managing your SQL Server environment, you’re faced with a critical decision: Should you build an in-house team, or should you outsource to specialists like Stedman Solutions? Let’s dive into the financial implications of both options to determine where your investment will provide… Read More »The Real Cost: In-House Team vs. Stedman Solutions
- Database Health Monitor for Monitoring SQL Server Performanceby SteveStedmanIn the world of SQL Server management, performance monitoring isn’t just a best practice—it’s a necessity. The right tools can be the difference between a smooth-running system and one plagued by bottlenecks, slowdowns, or even crashes. Enter Database Health Monitor: a tool designed specifically with SQL Server in mind, and one that stands out as… Read More »Database Health Monitor for Monitoring SQL Server Performance
- Mastering the TSQL Output Clause: Enhance SQL Server Skills with Auditing and Change Trackingby SteveStedmanIf you’re looking to elevate your SQL Server expertise, mastering the TSQL Output Clause is a game-changer. This often-underutilized feature allows you to capture and return data from INSERT, UPDATE, and DELETE operations, opening up new possibilities for auditing and change tracking. Whether you’re a database administrator or a developer, understanding how to harness this… Read More »Mastering the TSQL Output Clause: Enhance SQL Server Skills with Auditing and Change Tracking
- Stedman SQL Podcast Season 3 Episode 4 SQL Server Upgradesby Shannon LindsayStedman SQL Podcast Season 3 Episode 4 SQL Server Upgrades Steve Stedman and Mitchell Glasscock discuss SQL Server upgrades, comparing in-place upgrades versus new server migrations. They highlight the importance of upgrading due to end-of-life security risks, such as SQL Server 2016’s July cutoff. In-place upgrades are quicker but riskier, with potential downtime and limited… Read More »Stedman SQL Podcast Season 3 Episode 4 SQL Server Upgrades
- Scale Your Businessby SteveStedmanScale Your Business Worry-Free! Partner with Stedman Solutions’ Managed Services and Reclaim Your Time. In today’s fast-paced and unpredictable economy, scaling a business is both an inspiring ambition and a daunting challenge. As companies push to expand their reach, they face a complex web of obstacles—none more critical than effective data management. The ability to… Read More »Scale Your Business
Additional Thoughts
Thank you for exploring our SQL Server blog! We’re committed to providing fresh, relevant, and actionable content to help you navigate the complexities of SQL Server. From troubleshooting performance issues to mastering advanced features, our articles are designed to empower you with the knowledge you need to succeed. Whether you’re solving a specific problem or expanding your expertise, we’re here to support you every step of the way.

SQL Server is constantly evolving, and so are the challenges and opportunities that come with managing it. That’s why we frequently update our blog with new posts, insights, and tutorials. By staying engaged with our latest articles, you’ll gain an edge in understanding new features, identifying best practices, and applying innovative solutions in your SQL Server environment. We aim to keep you informed and ahead of the curve.
If you’ve found value in the content here, be sure to bookmark this page and check back regularly. With each new post, we strive to address the topics that matter most to SQL Server professionals, based on the real-world scenarios we encounter every day. Our goal is to create a resource you can rely on for timely, trustworthy, and practical SQL Server advice.
Don’t miss out on future updates! Whether it’s an in-depth guide, a quick tip, or a thought-provoking perspective, there’s always something new to discover. And if you have specific topics you’d like us to cover, we’d love to hear from you. Keep checking back, and let us help you make the most of your SQL Server journey.




























































