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

Tips for Read/Write Locks Depending on Transaction Isolation Level in MSSQL

Database administration, Security

Read Uncommitted If data is being changed in one transaction, selection of this data (in other transaction or without a transaction) will...
Read More

Automatic Data Collection: Database Files and Logical Drives in MS SQL Server

Automation, Database administration, SQL Server

Introduction It is important for a database administrator to know when there is no space on a disk. Thus, it is better to automate the...
Read More

Entity Framework 6: Extensions You Might Be Unaware Of

Frameworks, Languages & Coding • 2 Comments

Entity Framework 6 was and still remains a ‘workhorse’ for data access incorporate....
Read More

Automatic Data Collection of Database Schema Changes in MS SQL Server

Database administration, Work with data

Introduction Have you ever faced a situation when you need to make changes in a stored procedure or a view very quickly? I have, very...
Read More

Precise Computation of CLR Object Size

Computer Environment, Languages & Coding

I think many developers have been wondering: How many bytes does an object instance take in managed code? What’s the limit for a CLR...
Read More

Automatic Data Collection about Completed Tasks in MS SQL Server

Automation, Database administration

Introduction It is important for a database administrator to know what tasks and how have they been...
Read More

Optimizing Overlapping Queries Part 1: Introduction & Enhanced T-SQL Solution

Database administration, Performance Tuning, Statements

Databases that serve business applications should often support temporal data. For example, suppose a contract with a supplier is valid for...
Read More

Automatic Deletion of Stuck Processes in MS SQL Server

Automation, Database administration

Introduction There are situations when applications keep the database connection for a long period of time. It seems to be not important....
Read More

Comparing Objects by Value. Part 6: Structure Equality Implementation

Database administration, Database Optimization & Structure

We have already analyzed peculiarities of structs of the .NET framework that represent Value Types...
Read More
Close