Database administration

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

SQL Server Database Backup Encryption

Database administration, Security

To manage the data security that has been backed up by the file system as a database backup files, SQL Server provides the backup...
Read More

In-Memory OLTP: What’s new in SQL Server 2016

Database administration, Memory Optimization

SQL Server development team has added new features to In-Memory OLTP. All these features allow you to build new applications as well as to...
Read More

SQL Server Transaction Log — Part 2

Database administration, Transaction Log

This is the second article in the series dedicated to SQL Server transaction log and its...
Read More
Close