Operations | Monitoring | ITSM | DevOps | Cloud

SolarWinds

SolarWinds Day September 2023 Service Desk Session

Now more than ever, it is important for professionals across various roles, levels, and functions to easily access and use operational tools designed to add value and accelerate the business. To achieve this, tools must be simple to use and integrate. In this SolarWinds Day virtual event, we share how we are making it easier than ever to access and use IT operational tools. We will introduce our latest innovations that expand the availability of our Service Desk.

Understanding Enterprise Service Management and the Benefits for Your Business

According to a study conducted by the Service Desk Institute, Enterprise Service Management (ESM) strategies were adopted by 68% of organizations by mid-2021. This was a 58% increase from two years prior when ESM solutions were far less prevalent. So, what drove such a dramatic increase in ESM strategy adoption? Most likely the overwhelming benefits of ESM.

IT Pro Day 2023

It’s IT Pro Day! It's the time of year we all get together to recognize the hard work IT Pros do all year round. So, let’s gather ‘round the warmth of the server room and share stories of bravery in the face of angry end users, feats of impressive networking skill, cyber defense heroism, and other harrowing IT stories. SolarWinds proudly established IT Pro Day in 2015 to show some much-needed recognition to the IT Pros who keep everything running.

SQL Sentry Then and Now

With the release of SQL Sentry 2023.3, I look back at the past 18 years I have worked with the product to admire where it is today versus then. It’s been an incredible experience with a lot of moving parts, but no matter what market forces or acquisitions happen along the way, the core intention of “Improving the lives of Microsoft DBAs everywhere” has stayed the same. This is a two-part blog post: below, I’ll talk about our history and where we’ve come from.
Sponsored Post

The Future of SQL Sentry

This month, I celebrate 11 years of working on SQL Sentry. I started as employee number 15 at SentryOne and then moved through various roles in support, customer success, and professional services to my current role as product manager. In an industry where innovation and adaptation are key, the journey of SQL Sentry and its team has been remarkable. SQL Sentry has come a long way since its early days.

Effective Logging in Threaded or Multiprocessing Python Applications

In Python development, logging is not only good practice; it is vital. Logging is critical for understanding the execution flow of an application and helps in debugging potential issues. The importance of logging for developing reliable and maintainable Python applications cannot be overstated. Python provides capabilities for running concurrent operations—either in a threaded (single process) or multiple process environment. But what implications do these different approaches have on logging?