Tag: sql server

Counting references to a record in a table via Foreign Keys

Constraints, Database development

I have recently needed to solve the task for my own purpose: to calculate the number of external...
Read More

Configuring Database Mail Notifications in MS SQL Server

Database administration

Introduction Often, there is a need to somehow inform administrators about the problems with a server. Notifications are generally divided...
Read More

Synchronizing database structure between applications

Database administration, Database Optimization & Structure

Anyone who has ever developed applications that use a database has probably faced the problem of updating the database structure when the...
Read More

Understanding Dirty Read Problem with SQL Server

Database administration, Troubleshooting Issues

One of the most common problems that occur while running concurrent transactions is the Dirty Read...
Read More

Implementing OOP Inheritance in Classes that work with SQL and Entity Framework

Classes, Frameworks, Languages & Coding

This article is about creating a data model that would nicely fit SQL and contain “proper” OOP inheritance. I must say that I...
Read More

More about Introduction of Time zones in long-lived Project

Database administration, Troubleshooting Issues • 3 Comments

Some time ago, we started to adapt the system to the new market that requires support for time zones. Initial research was described in the...
Read More

Introducing Common Table Expressions in SQL Server

Database development, Tables

Common Table Expressions, or CTE for short, is simply a technique to create a temporary set of...
Read More

Working with SQL Server in Hybrid Cloud Scenarios

Azure, Cloud

A hybrid cloud is a fairly attractive model when implementing cloud computing in enterprise information systems, as this approach combines...
Read More

Execute Powershell in SSIS Using C#

Business intelligence, Languages & Coding, PowerShell, SSIS

Introduction PowerShell is a Shell included in Windows to automate tasks in the operative system and other applications like SQL Server,...
Read More

Transparent Data Encryption and Always Encrypted

Database administration, Security

If you need to store confidential data in your database, you can use data encryption. SQL Server...
Read More
Close