Authorization in ASP.NET Core MVC

ASP .NET CORE, Languages & Coding • 2 Comments

This article describes patterns and methods available in ASP.NET Core MVC. I would like to...
Read More

Pitfalls of Linked Server Usage

Computer Environment, Languages & Coding

An interesting project related to the task queue processing come to the company I work for. It was previously developed by another team. We...
Read More

Dynamic T-SQL and Benefits of its Usage

Languages & Coding, T-SQL

In our projects, we have to cope with different tasks. To solve some of them, we use dynamic T-SQL. Why do we need dynamic T-SQL? Well, it...
Read More

USE HINT and DISABLE_OPTIMIZED_NESTED_LOOP

Database administration, Performance Tuning

One of the available algorithms to join two tables together in SQL Server is Nested Loops. The...
Read More

Working with JSON in SQL Server 2016

JSON, Languages & Coding • One Comment

JSON is one of the most widely used data interchange formats. It is also a storing format in several NoSQL solutions, in particular, in...
Read More

New Query Hints Including USE HINT in SQL Server 2016 SP

Languages & Coding, T-SQL

This article is an introduction to the query hint overview that appeared in SQL Server 2016 SP1. There are many different thoughts on using...
Read More

SQL Server Security Ponderings

Database administration, Security

DBA is the guardian of the data, and there are two aspects of being a guardian. The first one is...
Read More

SQL Server: The dark side of NVARCHAR

Database administration, Work with data

Introduction In this article, we are going to talk about using the nvarchar data type. We will explore how SQL Server stores this data type...
Read More

What Can Query Plan Tell?

Database development, Statements

Introduction SQL query describes the expected result, not the way to get the result. The set of specific steps the server must take to...
Read More

Scheduled Maintenance of the 24/7 IS Database in MS SQL Server

Database administration, Database Optimization & Structure

Introduction This article is a short review of the main scheduled maintenance with a database of...
Read More
Close