Database administration

In Search of Fast Local Storage

Database administration, Memory Optimization • One Comment

Recently, I was involved in the development of the functionality that required a fast and frequent...
Read More

XML performance tips

Database administration, Performance Tuning

Parsing data from XML using XQuery is a routine practice. In order to do this most effectively, little effort is required. Suppose we need...
Read More

Everything you should know about SQL Server JOINS

Database administration, Work with data

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...
Read More

Aspects of Strings in .NET

Database administration, Work with data

The string data type is one of the most significant data types in any programming language. You can...
Read More

Foreach or For – That is the Question

ASP .NET CORE, Languages & Coding, Performance Tuning • 2 Comments

The discussion about the preference difference between FOREACH and FOR is not new. We all know that FOREACH is slower, but not all know...
Read More

Is string operator “+” so simple?

Database administration, Work with data • 3 Comments

Introduction A string data type is one of the fundamental data types, along with numeric (int, long, double) and logical (Boolean) ones....
Read More

Creating and Accessing In-Memory OLTP Databases and Tables

Database administration, Memory Optimization

This is the second article in a series of articles about SQL Server In-Memory OLTP. The...
Read More

Handling a GDI Resource Leak

Database administration, Troubleshooting Issues • One Comment

GDI leak (or, simply the usage of too many GDI objects) is one of the most common problems. It eventually causes rendering problems,...
Read More

SQL Server In-Memory OLTP: The Basics

Database administration, Memory Optimization

This is the first article in a series of articles about In-Memory OLTP. It helps you to understand how the new Hekaton engine works...
Read More

Query Performance Insight: Discovering What Consumes Resources of Your Azure SQL Database?

Azure, Cloud, Database administration, Performance Tuning

In this post, I’d like to take a brief look at the Query Performance Insight — SQL Azure tool...
Read More
Close