Databases

SolarWinds SQL Sentry vs. Idera Diagnostic Manager

If you are utilizing a SQL Server, monitoring needs to be an essential part of your database management process. Without keeping a close eye on your Microsoft SQL Server performance, you run the risk of increased performance-related outages and incidents along with potential higher costs. With effective monitoring, you can reduce risk and take the … Read more SolarWinds SQL Sentry vs. Idera Diagnostic Manager

The Most Effective SQL Server Activity Monitor Strategy

The most common databases used today are relational databases, where data is stored in interconnected tables. You query those tables using Standard Query Language (SQL). To get the most value of the SQL databases you use as a developer, system administrator, or database administrator, it’s vital that you have visibility into what’s going on. That … Read more The Most Effective SQL Server Activity Monitor Strategy

3 Benefits of Running SQL Server on Linux

Microsoft SQL Server®, a leading relational database management system, was first launched in 1993 and specifically designed for Microsoft Windows. Since then, the system has grown in popularity thanks to its centralized tooling, ease of administration, and common authorization and security settings. That popularity led to Microsoft’s re-architecture of SQL Server in 2016, designed to … Read more 3 Benefits of Running SQL Server on Linux

Oracle Log File Sync Wait Event

The Oracle “log file sync” wait event is triggered when a user session issues a commit (or a rollback). The user session will signal or post the LGWR to write the log buffer to the redo log file. When the LGWR has finished writing, it will post the user session. The wait is entirely dependent … Read more Oracle Log File Sync Wait Event