Knowledge Base
Search Results ...
Search Results ...
Always On Availability Groups, a feature introduced in SQL Server 2012, gives you a high-availability and disaster-recovery solution. With this, you get a failover environment for a discrete set of user databases, known as availability databases. This solu[.....]
Maintaining a healthy and productive environment is crucial for ETL-heavy environments. Today, we will discuss some daily health check scripts that can be used with SQL Server 2012, SQL Server 2014, MySQL 5.6, DB2 10.5 and Azure SQL to ensure the smooth op[.....]
Handling decimal rounding in T-SQL can be a bit tricky, especially when dealing with invoices where precision is paramount. There exist a myriad of ways to round numbers in SQL, but we will focus on the ROUND function. ROUND is supported in SQL Server 2012[.....]
SQL Profiler has been long considered the best tool for monitoring and troubleshooting SQL Server. Its primary use has been to capture and analyze SQL Server events such as batch statements, stored procedures, and login activity. However, with the release[.....]
In today's data-driven world, system logging is an essential aspect of any enterprise database system. The ability to track, monitor, and analyze system events is crucial for system management, performance tuning, troubleshooting, and security auditing. Th[.....]
For many organizations, dealing with multiple environment setups such as development, testing, staging and production is a common scenario. This blog post aims to delve into how to deploy Report Server Projects across these varied environments. The SQL Ser[.....]
In today's fast-paced, data-driven financial world, the need for cross-platform data management and reporting has never been more important. One of the solutions that has proven itself in this arena is IBM's DB2 9.7. This database management system provide[.....]
Upgrading from SQL Server Integration Services (SSIS) 2005 to 2008 R2 is a necessary step for many organizations and developers. This transition allows you to take advantage of new features and improvements in performance and security. However, the process[.....]
Welcome to another blog post from SQLSupport.org, your hub for all information about SQL Server. Today, we'll be diving deep into a fascinating topic - Parameter Sniffing and the Recompile Strategy in SQL Server 2008. If you're a database administrator or[.....]
Log shipping is a high availability and disaster recovery strategy that provides a disaster recovery solution at the database level. It is a process that allows you to automatically send transaction log backups from a primary database on a primary server i[.....]