Upload Documents to Azure Data Lake and Export Data using SSIS

Business intelligence, Database administration, SSIS, Work with data • One Comment

 Introduction Azure is growing every day. Microsoft created Azure, which is a Cloud Computing...
Read More

Tricky Questions about C#

Basics of C#, Languages & Coding • 3 Comments

Some questions may seem too basic, but they still contain tiny tricks. Sometimes even a simple question may nail to the wall. These...
Read More

Query Optimization in PostgreSQL. EXPLAIN Basics – Part 1

Database development, PostgreSQL, Statements

Why does it take so much time to execute a query? Why are there no indexes? Chances are you’ve heard about EXPLAIN in PostgreSQL....
Read More

Common Mistakes of DBA in MS SQL Server

Database administration • 4 Comments

In this article, we are going to review DBAs mistakes, the consequences of which were quite...
Read More

Another Way to Localize Application

Languages & Coding

I would like to introduce a simple way to localize applications. I do not like the standard mechanism with resource assemblies for the...
Read More

How to Automate Data Collection on the SQL Server Database Growth

Automation, Database administration, Work with data

Introduction Often, there is a need to control the growth of all tables and files of all databases. In this article, we are going to...
Read More

Preparing for Exam 70-483: Programming in C#

Basics of C#, Languages & Coding

During preparation for exam 70-483, I found lots of websites containing links to various manuals...
Read More

Comparison of Tree Graphs

Computer Environment, Languages & Coding

When developing an information system that also includes various processing of design and technological documentation, I faced the...
Read More

Understanding Transactions in SQL

Database administration, Transaction Log • 2 Comments

A transaction in SQL is a unit of execution that groups one or more tasks together. A transaction is considered successful if all the tasks...
Read More

Oracle as Workaround of Mutating Tables

Computer Environment, Database development, Tables

The Oracle mutating trigger error occurs when a trigger references the table that owns the trigger,...
Read More
Close