Greetings, The journey towards mastering SQL Server can be intricate, demanding impeccable preparation, especially when anticipating significant interviews. Thus, I present a meticulously curated course: “DBA and Developer Interview Questions”. Course In-Depth For Aspiring DBAs and Developers: Aiming for a role in the SQL Server domain? This course caters to your every need, featuring comprehensive SQL Server interview questions, ensuring …

Interview Course: Promo is almost over Read more »

Discover the Secrets Behind SQL Server Blocks with Stedman Solutions. Our black friday sale is here, and we at Stedman Solutions have a ONE DAY SALE that you simply can’t miss! Black Friday Exclusive: 25% Off! Enroll in our Track Blocking Queries course and get: 2 hours of personalized coaching with Steve Stedman, the SQL maestro. Access to our premier …

Stedman Solutions Black Friday Exclusive! Read more »

Grab the opportunity here before it is gone and don’t forget to use the coupon code BACK60. Happy Thanksgiving to our cherished community. As we all look forward to a festive Black Friday, we’re serving up an early treat that’s valid for today only. This isn’t just another course sale; it’s an investment in crisis-proofing your professional future. Why This …

One-Day Thanksgiving Sale: with 60% Off! Read more »

In observance of the US federal holiday Thanksgiving, Stedman Solutions, LLC will be closed for the Fourth Thursday in November. If you need emergency help during this time, you can reach us through the contact us form, or for existing customers just contact one of us by our cell phone or text. -Steve Stedman

In our digital age, ransomware attacks are more prevalent than ever. From startups to multinational corporations, nobody is safe from the devastating impact of these malicious software attacks. Having witnessed firsthand the havoc it wreaks – businesses losing critical databases, individuals paying hefty ransoms and, tragically, some even after paying not getting their data back – I felt compelled to …

Protect Your Business: Free Ransomware Awareness Course! Read more »

Happy Thanksgiving to our amazing community! As we pause to appreciate the good things in life, we have something special to help you secure one of the most important assets in your world—your SQL Server data. With Black Friday approaching, we’re serving up an irresistible offer. If you’ve been thinking about improving your SQL Server Backup and Recovery skills, now’s …

Thanksgiving Bonanza: Backup & Recovery with 60% Off! Read more »

WRITE_COMPLETION Wait type can be an indicator that you may be having IO issues. In SQL Server, I/O performance is critical to overall system health and responsiveness. When performance problems arise, it’s often necessary to dig into wait types to identify the root cause. Two of the most common I/O-related wait types you may encounter are IO_COMPLETION wait type and …

IO_COMPLETION Wait Type and WRITE_COMPLETION Wait Type Read more »

The Risks of Patching vs. Not Patching SQL Server: Why It Matters and How Stedman Solutions Can Help Patching SQL Server can feel like a double-edged sword. On one hand, it’s essential to maintain a secure, high-performing environment. On the other, there’s the fear that patching might introduce unforeseen issues, potentially causing downtime or breaking applications. So, what’s the right …

The Risks of Patching vs. Not Patching SQL Server Read more »

Understanding the T-SQL WAITFOR Command in SQL Server Introduction to the WAITFOR Command The WAITFOR command in T-SQL is used to introduce a delay in the execution of SQL Server scripts or to pause execution until a specific time. While not commonly used in typical query operations, WAITFOR can be useful in scenarios like simulating delays during testing, controlling the …

T-SQL WAITFOR Command Read more »

CLR (Common Language Runtime) is a feature of SQL Server that allows you to create and run managed code within the database engine. Enabling CLR on SQL Server allows you to create stored procedures, triggers, and functions using languages such as C# and VB.NET. The “CLR strict security” option is an important security feature of CLR that allows you to …

Securing SQL Server: Securing CLR Read more »