Automating Index Defragmentation in MS SQL Server Database
Preface The World Wide Web offers a bunch of information on SQL Server index defragmentation or SQL...
Insight into SQL Server Unique Constraints
What are unique key constraints? A unique constraint is a rule that restricts column entries to unique. In other words, this type of...
In Search of Fast Local Storage
Recently, I was involved in the development of the functionality that required a fast and frequent transfer of large volumes of data to...
Common Examples of SSIS Expressions and Variables
Introduction This article helps to enrich the functionality of SSIS. It is possible for example to...
Everything you should know about SQL Server JOINS
The focus of this article is going to be on utilizing JOINs. We will start off by talking a bit about how JOINs are going to happen and why...
Extended Events for SSAS
Cubes require frequent monitoring since their productivity decreases quite often (slowdowns during query building, processing time...
SQL Server In-Memory OLTP: The Basics
This is the first article in a series of articles about In-Memory OLTP. It helps you to understand...
Deploying Database from Source Control
These days, development teams start new projects from choosing a version control system. There are many benefits of source control systems...
SQL Server Database Backup Encryption
To manage the data security that has been backed up by the file system as a database backup files, SQL Server provides the backup...
How to Pass Parameters in Dynamic T-SQL Query
Developers are often faced with the need to build a dynamic query, however, there are a number of...