Tag: sql server

SSAS: Attention, Accuracy, and All the Benefits

Tools & technologies

This article is about working with Microsoft Analysis Services and a little bit about the...
Read More

Introduction to Temporary Tables in SQL Server

Database development, Tables • One Comment

A temporary table in SQL Server, as the name suggests, is a database table that exists temporarily on the database server. A temporary...
Read More

Why Multiple JOINs are bad for Query or Do Not Get in the Way of Optimizer

Database administration, Performance Tuning, SQL Server

Recently, I came across an application that generated DB queries. I understand that there is nothing new about that, but when application...
Read More

CombGuid: Generation of SQL Server-friendly Guid Values in .NET Applications

Computer Environment, Languages & Coding

Usage of UUID as a primary key for tables has a bunch of pros, including the option to retrieve IDs...
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

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