Hear from our thought leaders, stay up to date with company news, and learn more about how we’re impacting our community.

WITH (NOLOCK)
February 18, 2025

Leveraging WITH (NOLOCK) in SQL Server

When running queries in SQL Server, performance and concurrency are critical considerations. One common approach developers and DBAs use to avoid blocking is the WITH (NOLOCK) table hint. While it can improve query performance, using NOLOCK in SQL Server carries risks that can lead to data inconsistencies.   This article explores SQL Server NOLOCK best practices, its impact on performance, and
Tags:
SQL Server
WITH (NOLOCK)
Read More
Best Places to Work in Technology 2025
February 14, 2025

Solvaria Named Among Best Places to Work in Technology 2025

FOR IMMEDIATE RELEASE  MEDIA CONTACT: Jennifer Frayser VP of Marketing, Solvaria Jfrayser@solvaria.com 804.304.9878  Solvaria Named Among Best Places to Work in Technology 2025 Solvaria Celebrates Ranking as 7th of 2025 Best Places to Work in Technology  Richmond, VA., – Solvaria is honored to be recognized as one of the of the esteemed Best Places to Work in Technology 2025 list.
Tags:
BPTW in Tech
Technology
Read More
5 people collaborating on a database migration
February 5, 2025

Avoiding Hidden Database Migration Costs

For many organizations, database migration is a critical step in modernizing their infrastructure. Unfortunately, hidden costs and risks can derail even the best-planned projects. While cloud data migration offers scalability, cost savings, and efficiency, database professionals must navigate potential pitfalls spanning unexpected licensing fees, unplanned downtime, and significant performance degradation.   This guide outlines database migration best practices to help businesses
Tags:
cloud
Cloud Migration
Database Migration
Read More
Team comparing Fabric vs Databricks on Mac computer
January 28, 2025

How to Decide: Microsoft Fabric vs Databricks?

What are Microsoft Fabric and Databricks? Microsoft Fabric and Databricks are powerful platforms used for data analytics and engineering. The two platforms cater to database needs in distinct ways:  Microsoft Fabric: A unified analytics platform tightly integrated with Azure, offering a streamlined approach for businesses already leveraging the Microsoft ecosystem.  Databricks: A cloud-based platform built for big data engineering, machine
Tags:
Read More
blue and teal data on navy background

What is Database Sprawl?

What is Database Sprawl?  Database sprawl occurs when multiple databases are created without proper coordination or oversight, often resulting in inefficient, unmanaged systems. This leads to a fragmented, inefficient database environment that becomes increasingly difficult to maintain and optimize.  This issue is particularly relevant for companies where resources may be stretched thin, and management may lack the centralization needed to
Tags:
Read More
SQL Server Index Fragmentation
January 8, 2025

Managing SQL Server Index Fragmentation

SQL Server index fragmentation is a common issue that can drastically affect database performance over time. Fragmentation occurs when indexes become disorganized due to frequent inserts, updates, and deletes, leading to inefficient data retrieval and slower query execution.   Left unaddressed, fragmentation in SQL Server can result in higher resource usage, scalability challenges, and poor database performance. Deepen your understanding of
Tags:
Index Fragmentation
SQL Server
Read More
Image
December 20, 2024

Ep. 21 – Traveling Through

Tags:
Occupational Hazards
Read More
Image

How often should SQL transaction logs be backed up?

SQL transaction log backups are critical for preventing data loss, maintaining continuity, and enabling point-in-time recovery, especially in high-transaction environments.  A SQL transaction log records all database modifications. This practice helps to ensure data integrity and supports recovery processes in case of failure. For example, robust transaction log backup practices can simplify recovery efforts when too many users have CRUD
Tags:
SQL Server
Transaction Logs
Read More
2024
December 16, 2024

Solvaria’s Year in Review: 2024

As 2024 comes to an end, the Solvarians reflect with gratitude on the accomplishments made possible by our talented team, our exceptional clients, and our vibrant community. Join us in celebrating 2024, as we look back at the moments that made this year a wonderful one.  
Tags:
Read More
Image
December 10, 2024

Streamlining Oracle Patching to Minimize Downtime

For Oracle users, maintaining a secure and efficient environment requires regular patching to address vulnerabilities and improve system performance. However, managing these updates can be challenging due to potential downtime and operational disruptions.   Explore practical steps for implementing Oracle patching best practices to help reduce downtime and keep your database running smoothly in this blog. For additional information on Oracle
Tags:
Database Patching
Oracle
Read More