Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

SQL Server GET DATE Function: Usage and Practical Applications

The SQL Server GETDATE() function grabs the current date and time of the server down to the millisecond. This makes it perfect for general timestamping, logging events, and simple date/time math. But what about time zones or when you need a rock-solid, consistent timestamp? Is GETDATE() enough, or do you need something else, like CURRENT_TIMESTAMP? In this article, we’ll show you how and when to use GETDATE() in SQL.

Should you run your database on Kubernetes?

In the early days, people debated how safe it was to store their money in the bank; now, we debate running databases on Kubernetes. Over the years, Kubernetes has evolved significantly, transforming into a capable platform for handling various workloads, including stateful ones. In this blog, I will consolidate some of the best arguments from both sides and provide you with some points to discuss with your team lead in your next conversation. It's an interesting topic with varying answers.

VictoriaLogs Status Update: Heading Towards the Cluster Version

Today, we’re thrilled to share the latest updates on VictoriaLogs, your trusted open-source solution for efficient and user-friendly log management. Whether you’re just discovering VictoriaLogs or have been using it for a while, this post will walk you through the recent enhancements and give you a sneak peek at the much anticipated cluster version that’s on the horizon.

The Role of Database Continuous Integration in Modern Software Development

Software development relies on seamless collaboration, efficient workflows, and rigorous testing. While application code has long benefited from Continuous Integration (CI), database changes have often lagged behind in automation. Many development teams still handle database updates manually, leading to inconsistencies, downtime, and deployment failures.

Slack Salesforce Integration: Step-by-Step Guide

The Slack Salesforce integration offers one connected workspace where your team can share real-time updates on deals, collaborate on sales strategies, and receive instant notifications on key Salesforce events. Instead of switching between platforms and dealing with fragmented communication, you get a unified view of your sales pipeline and improve team communication. Setting this up isn’t complicated.

Introduction to No-Code Integration for Stripe

Stripe is one of the world’s leading payment gateways. It allows its users to manage their payments worldwide, ensuring security and offering seamless payment methods for all businesses, regardless of size. With the rise of no-code platforms, integrating this payment system into most projects becomes a no-brainer. No-code platforms help users connect Stripe with various business tools, eventually reducing the need for complex coding.

How to Export Salesforce Data and Connect Reports to Analytics Tools

Salesforce is one of the best CRM platforms available. It helps companies manage sales efficiently, letting them smoothly perform customer interactions and boost many other business tasks. However, the real value of connecting Salesforce to analytics tools is an increased ability to analyze sales data for making data-driven decisions. Salesforce data can be very important for accurate reporting and advanced analytics, and its seamless integration can turn out to be a game-changer for business.

Comparing the Best Database Management Systems

With the increasing list of databases — SQL and NoSQL, each with its own strengths and use cases — it’s essential to understand how these systems differ and which one is right for your specific requirements. In this article, we’ll break down their features, advantages, and real-world use cases, helping you make the best choice for your project.

Key metrics to monitor for optimal SQL Server performance

Microsoft SQL Server is a critical database component of many business applications, ensuring data integrity, fast query performance, and seamless transactions. However, maintaining peak performance requires proactive monitoring of essential metrics. In this blog, we’ll explore the key SQL Server performance metrics you should track and how they help prevent performance issues, optimize resource usage, and enhance database efficiency.

Valkey container image - securely designed, compliant, and long term supported (LTS)

Valkey is a new database management system that is gaining traction. Valkey is a fork of Redis, and it is available as a deb package in the Ubuntu 24.04 release. You can install it by simply running sudo apt install valkey. We also offer a Valkey container to allow you to run a secure, compliant and long-term supported Valkey on top of any Linux distribution.