Comparing Objects by Value. Part 5: Structure Equality Issue

Computer Environment, Languages & Coding

In my previous publication, I described the fullest and the most correct way to compare objects by...
Read More

Troubleshooting long running queries in MS SQL Server

Database administration, Troubleshooting Issues • One Comment

Preface There is an information system that I administer. The system consists of the following components: 1. MS SQL Server database 2....
Read More

SQL Server: Useful Tips for Newbies

Database development

In this article, we will discuss typical errors that newbie developers may face with while designing T-SQL code. In addition, we will have...
Read More

Comparing Objects by Value. Part 4: Inheritance & Comparison Operators

Computer Environment, Languages & Coding

In the previous article, we analyzed how to compare objects by value on a particular example with...
Read More

Implementing SQL Server Performance Indicator for Queries, Stored Procedures and Triggers

Database administration, Performance Tuning

Preface Sooner or later, a DB administrator would like to have a performance indicator for SQL Server queries. As we all know, running...
Read More

Automating Index Defragmentation in MS SQL Server Database

Database development, Indexes

Preface The World Wide Web offers a bunch of information on SQL Server index defragmentation or SQL Server  index rebuild. However,...
Read More

Insight into SQL Server Unique Constraints

Constraints, Database development

What are unique key constraints? A unique constraint is a rule that restricts column entries to...
Read More

Comparing Objects by Value. Part 3: Type-specific Equals and Equality Operators

Computer Environment, Languages & Coding

In Part 1 and Part 2, we have analyzed how to modify a class to compare objects by value. Now, we will explore a type-specific...
Read More

In Search of Fast Local Storage

Database administration, Memory Optimization • One Comment

Recently, I was involved in the development of the functionality that required a fast and frequent transfer of large volumes of data to...
Read More

XML performance tips

Database administration, Performance Tuning

Parsing data from XML using XQuery is a routine practice. In order to do this most effectively,...
Read More
Close