Database administration

How to Make Sense of SQL Server Geography Data Type

Database administration, Work with data • One Comment

SQL Server Geography data type is unlike other types simply because you don’t use it often....
Read More

Configuring AlwaysOn Availability Groups on SQL Server

Availability Groups, Database administration

INTRODUCTION This document describes the steps and additional information necessary to configure AlwaysOn Availability Groups for HA and DR...
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...
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 a production database between 22nd...
Read More

How To Migrate SQL Server Jobs From One SQL Server Instance To Another

Database administration, Database Optimization & Structure

Introduction In a previous article, we highlighted that the msdb database stores practically all objects related to automation. In this...
Read More

SQL Server Lock Escalation

Database administration, Work with data

Introduction Relational databases follow the ACID properties in how they implement transactions –...
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 article, we explored the basics. Now, we...
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

Learn to Store and Analyze Documents on Windows File System with SQL Server Semantic Search – Part 1

Database administration, Search

The article examines storing unstructured data using native windows directory structure and...
Read More
Close