Tag: sql server

Working with SQL Server in Hybrid Cloud Scenarios

Azure, Cloud

A hybrid cloud is a fairly attractive model when implementing cloud computing in enterprise...
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 supports encryption with symmetric keys,...
Read More

SSAS: Attention, Accuracy, and All the Benefits

Tools & technologies

This article is about working with Microsoft Analysis Services and a little bit about the...
Read More

Introduction to Temporary Tables in SQL Server

Database development, Tables • One Comment

A temporary table in SQL Server, as the name suggests, is a database table that exists temporarily on the database server. A temporary...
Read More

Why Multiple JOINs are bad for Query or Do Not Get in the Way of Optimizer

Database administration, Performance Tuning, SQL Server

Recently, I came across an application that generated DB queries. I understand that there is nothing new about that, but when application...
Read More

CombGuid: Generation of SQL Server-friendly Guid Values in .NET Applications

Computer Environment, Languages & Coding

Usage of UUID as a primary key for tables has a bunch of pros, including the option to retrieve IDs...
Read More

Pitfalls of Linked Server Usage

Computer Environment, Languages & Coding

An interesting project related to the task queue processing come to the company I work for. It was previously developed by another team. We...
Read More

Dynamic T-SQL and Benefits of its Usage

Languages & Coding, T-SQL

In our projects, we have to cope with different tasks. To solve some of them, we use dynamic T-SQL. Why do we need dynamic T-SQL? Well, it...
Read More

SQL Server Security Ponderings

Database administration, Security

DBA is the guardian of the data, and there are two aspects of being a guardian. The first one is...
Read More
Close