Tag: sql server

Configuring AlwaysOn Availability Groups on SQL Server

Availability Groups, Database administration

INTRODUCTION This document describes the steps and additional information necessary to configure...
Read More

Restoring the SQL Server Master Database

Database administration, Database Optimization & Structure

INTRODUCTION The master database contains records of the structure/configuration for both the current instance and all other databases....
Read More

SQL Server System Databases – Basic Concepts

Database administration, Database Optimization & Structure

Introduction The SQL Server design implies a one-to-many mapping between the database engine (instance) and the databases hosted on the...
Read More

Workplace Encounters: Reclaiming Space from an Oversized Database

Database administration, Memory Optimization

INTRODUCTION This document records steps, scripts, and ideology behind the maintenance performed on...
Read More

Using SQL Server 2016 Upgrade Advisor

Tools & technologies, Utilities & Extensions

INTRODUCTION SQL Server is designed to allow multiple databases on a single instance. With this model it is possible to have databases...
Read More

SQL Server Lock Escalation

Database administration, Work with data

Introduction Relational databases follow the ACID properties in how they implement transactions – Atomicity, Consistency, Isolation, and...
Read More

Storing and Analyzing Documents on Windows File System with SQL Server Semantic Search – Part 2

Database administration, Search

This is the second part of the material dedicated to SQL Server Semantic Search. In the previous...
Read More

How to Use SQL Server HierarchyID Through Easy Examples

Database administration, Database Optimization & Structure

Do you still hold on to the parent/child design, or would like to try something new, like SQL Server hierarchyID? Well, it is really new...
Read More

Understanding Text Mining with SQL Example

Languages & Coding, T-SQL

The current article focuses on the conceptual understanding of Text Mining. It gives clear examples and teaches us to use the T-SQL script...
Read More

The Easy Guide on How to Use Subqueries in SQL Server

Database development, Statements • One Comment

Do you use SQL subqueries or avoid using them? Let’s say the chief credit and collections officer...
Read More
Close