Setting Defaults for New SQL Compare Projects from Blog Posts – SQLServerCentral

0
Recently I wrote about ignoring comments in SQL Compare. That seems like something I want to do in all my projects, so I went...

Getting Started Reading Execution Plans: Highest Cost Operator from Blog Posts – SQLServerCentral

0
Reading execution plans in SQL Server is just hard. There’s a lot to learn and understand. I previously outlined the basics I use to...

Daily Coping 14 Dec 2020 from Blog Posts – SQLServerCentral

0
I started to add a daily coping tip to the SQLServerCentral newsletter and to the Community Circle, which is helping me deal with the...

ETL Antipattern: Performing Full Loads Instead of Incremental Loads from Blog Posts – SQLServerCentral

0
In my last post in the ETL Antipatterns series, I wrote about the common antipattern of ingesting or loading more data than necessary. This...

Introduction to SQL Server Query Store from Blog Posts – SQLServerCentral

0
A quick exploration of Query Store, the most anticipated feature of SQL 2016. The post Introduction to SQL Server Query Store appeared first on SQLServerCentral.

Toolbox – When Intellisense Doesn’t See Your New Object from Blog Posts – SQLServerCentral

0
I was just working on a new SQL job, and part of creating the job was adding a few new tables to our DBA...

Closure with the Professional Organization for SQL Server from Blog Posts – SQLServerCentral

0
I know that this isn’t the correct name, though the by-laws still list this as the corporation. Perhaps this is one more sign of...

Find columns with NULL values across the table from Blog Posts – SQLServerCentral

0
Recently, I was working on one of the performance tuning assignment with an esteemed client. The size of their databases were growing tremendously. Growth...

Is On-premises SQL Server Still Relevant? from Blog Posts – SQLServerCentral

0
Unequivocally, yes on-premises SQL Server Instances are still relevant. While I’m a firm believer that the cloud is not a fad and is not going...

Daily Coping 11 Dec 2020 from Blog Posts – SQLServerCentral

0
I started to add a daily coping tip to the SQLServerCentral newsletter and to the Community Circle, which is helping me deal with the...

Must Read in Mobile

Understanding the Foundation of Protocol-oriented Design

0
When Apple announced Swift 2 at the World Wide Developers Conference (WWDC) in 2016, they also declared that Swift was the world’s first protocol-oriented...

Interviews