(Pinal Dave) Today we will discuss a question which I was recently asked by my client during the Comprehensive Database Performance Health Check. The question was do heaps are very bad and always force a table scan?
Tag: sql server
SQL Server High availability: Install SQL Server failover clustered instance Part 2
(Nisarg Upadhyay) In my previous article, I have explained the step-by-step process of installing SQL Server Failover Clustered Instance. In this article, I will explain how to add a secondary node to the existing failover clustered instance.
Learn SQL: Types of relations
(Emil Drkusic) One of the most important things in databases is to understand the types of relations in the databases. That stands for both – a process of designing a database model as well as when you’re analyzing your data.
SQL Server Monitoring with SolarWinds Server and Application Monitor
(Jeremy Kadlec) I need to monitor the SQL Server instances in my environment and our IT team has a need to monitor the health and availability of our overall environment. We need to understand the issues in the environment at a high level, prioritize our findings then drill into issues in order to c
How to get ODBC drivers using Powershell
(Jack Vamvas) Question: I had a question from a developer who was troubleshooting an application to SQL Server connection via a DSN using ODBC.
SQL SERVER – Resolve WAIT_ON_SYNC_STATISTICS_REFRESH Wait Type
(Pinal Dave) Every new consulting engagement teaches me new learnings. In the recent SQL Server Comprehensive Database Performance Health Check engagement, I had faced a very interesting issue, which I had not faced so far ever in my career before.
SQL Server Backups and The Cloud
It used to be that SQL Server backups were the topic of every other webinar that was hitting the airwaves. Nowadays, that’s not the case; so many things have happened that make the backups just automatic. Not the least of these is the fact that your cloud provider may well be taking care of backups for you, making sure they […]
Documentation for SQL server 2019
(Tibor Karaszi) Duh, it’s on the web, you say. Yes, of course it is, but sometimes you prefer to have a local copy of the documentation. For instance:
Introduction to Azure SQL Database Auto-Failover Groups
(Marcin Policht) Azure SQL Database offers a number of resiliency features that deliver a mix of high availability and disaster recovery capabilities.
Run SSIS Packages with Azure Data Factory in a Cost Effective Way
(Fikrat Azizov) Azure Data Factory (ADF), is a great tool to schedule and orchestrate cloud activities. Although ADF has many features to cover various data integration needs, it is not as flexible as its on-premises predecessor, SQL Server Integration Services (SSIS).