Jenkins Plugin Implementation
Jenkins is an open-source CI/CD solution that software developers use for building, improving, and...
.NET: Tools for working with multi-threading and asynchrony – Part 1
The need to do things in an asynchronous way – that is, dividing big tasks between multiple working units – was present long before the...
SQL Vulnerability Assessment
SQL Vulnerability Assessment is a feature available in the latest versions of SQL Server Management Studio (SSMS). This feature is very...
SQL Data Discovery and Classification
With the recent data protection laws and the implementation of GDPR last year, it is imperative for...
New Features in Visual Studio 2019
Microsoft has recently released the preview version of Visual Studio 2019. Like all previous editions, the latest Visual Studio comes with...
Basics of Running T-SQL Statements from Command Line using SQLCMD
This article is about developing a basic understanding of sqlcmd utility to run T-SQL commands directly from the command prompt without the...
How to Test Azure Web Application Performance through Microsoft Azure and Visual Studio
Before deploying your application into production, doing a performance load test is imperative for...
Overview of DMV Tool using DBFS FUSE with Docker Containers on Linux Machine – PART2
After reading this article, you will be able to the following: Create a Linux Docker container using the Docker commands. Perform required...
Overview of DMV Tool using DBFS FUSE with Docker Containers on Linux Machine- PART1
This article is intended for database administrators and system administrators who plan to configure the DBFS FUSE file-system on a Linux...
SQL Server IntelliSense and Autocomplete
Starting from SQL Server 2008, Microsoft introduced a new feature in the SQL Server Management...