Most Popular

Playing Operation with Systems

We live in a hectic world of day-to-day operations and aggressive business requirements that must be facilitated and made possible by IT — often in a vacuum. And we do all this while being expected to keep operations running consistently, repeatedly, and without interruption. These are the challenges, and rightfully so, the woes, of the […]

Read More

Why You Still Need Network Alerts

Retracing an intractable alert hairball today, I’m reminded of how critical, and often critically broken, alerting actually is in many environments. You can be a department of one with only a handful of systems sending occasional advisory messages, or a large IT team with hundreds of alerts of every variety, and you have the same […]

Read More

Virtualization Basics: Troubleshooting

No more shooting from the hip This week, I’ll take you through troubleshooting, a skill that allows admins to drill down into an incident to gain understanding about its underlying cause and any related effects.  Last week, I went over remediation, describing it as the skill that allows virtualization admins to keep their jobs. If […]

Read More

Virtualization Basics: Remediation

Fix It Now: It’s how you keep your job Last week, I covered alerting as a skill that allows virtualization admins to quickly surface information about potential or likely incidents. In theory, what is surfaced is the single point of truth. But an ugly fact of reality is that no matter how good your alerting […]

Read More

Throttling Network Bandwidth

  One of the aspects of monitoring that IT professionals (and monitoring software developers in particular) think about a lot is “throttling.” How do you control the flow of data entering the system? How do you manage that same data once it’s been processed and needs to be logged in the database? How do you […]

Read More

Discovery in the Virtual Environment

You Don’t Know What You Don’t Know Last week, I provided an explanation of virtualization that even your grandmother could relate to and understand. I also listed a set of skills that were imperative to any virtualization admin’s long-term career success: discovery, alerting, remediation, and troubleshooting. This week I’ll cover what we mean when we […]

Read More

Setting up SQL Server 2014 and Oracle 12c Linked Servers

Running multiple SQL Server and Oracle database platforms to support different applications is the norm for many IT organizations today. While in many cases the two different database platforms often operate as independent islands there are also times you might need to integrate the two database platforms to perform lookups, queries and other operations that […]

Read More

Easy Automated Operations with SQL Server Maintenance Plans

Maintenance plans are one of the hidden jewels in the SQL Server tool chest that can really be a godsend to the beginning DBA or accidental DBA that is tasked to manage SQL Server. Maintenance Plans enable you to quickly and easily create scheduled backups, database integrity checks, index reorganizations and more – most of […]

Read More

3 Things Developers Should Know Before Using the SQL Server Table Variable

There are many myths and incorrect information shared online about the SQL Server table variable, and it would be easy for a SQL Server developer to assume that, based on the misinformation, using a table variable instead of a temporary table was a good idea. Using table variable is in fact easy, but there are things a developer should […]

Read More

2 Common Errors and Reasons for SQL Server Login Failures

When asked about common errors encountered in a SQL Server environment, you might expect to hear about high CPU issues, but in reality, these are rare and few. In fact, many DBAs report connectivity issues with SQL Server as among the most frequently encountered errors. These errors can further be classified into two sub-categories: Login request not reaching SQL Server. Login request reaching SQL […]

Read More