Tools & technologies

Deploying a SQL Server Docker Container

Containers, Docker, Tools & technologies

Introduction Containerization has become the dominant topic after the Server Virtualization and...
Read More

Analytic Functions in SQL Server

Code Management, Tools & technologies

Aggregate and Analytic functions in SQL Server operate on a set of rows. However, unlike such aggregate functions as sum, count and average...
Read More

Hosting Plugins in the Jenkins Community Repositories

Tools & technologies, Utilities & Extensions

It is the third of a series of articles devoted to the problem of Jenkins plugin implementation and hosting. If you haven’t got...
Read More

10 Best MySQL GUI Tools

MySQL, Tools & technologies, Utilities & Extensions

MySQL is among most widely-used and popular database technologies, so quite a lot of tools have...
Read More

Report Builder Basics for Power Users and IT Professionals

Tools & technologies

This is an introductory article about the Microsoft Report Builder tool which is used to build and manage paginated reports. Additionally,...
Read More

Hosting Package on Chocolatey

Automation, Tools & technologies, Utilities & Extensions

In this article, we will take a brief look at the key stages of Chocolatey package creation. Prerequisites Before getting started with the...
Read More

.NET – Tools for working with multithreading and asynchrony – Part 2

ASP .NET CORE, Languages & Coding, Tools & technologies

This article comprises the second part of my speech at the multithreading meetup. You can have a...
Read More

How to Document Your SQL Server Database

Database development, Visual Studio

The process of documenting a SQL Server database is a complete and continuous process that should start during the database design and...
Read More

Auto Create Statistics and Auto Update Statistics

Languages & Coding, SSMS, T-SQL, Tools & technologies

Statistics comprises lightweight objects that are used by SQL Server Query optimizer to determine the optimal way to retrieve data from the...
Read More

Jenkins Plugin Implementation

Tools & technologies, Utilities & Extensions

Jenkins is an open-source CI/CD solution that software developers use for building, improving, and...
Read More
Close