Introduction This post is to provision and configure relational databases in the azure portal and is part of develop solutions that use a relational database. This post is part of the Azure AZ-203 certification path. The topic covered in this post is part of skills measurement, “Develop for Azure storage” and about 15-20 % of […]
All Posts By: KarthikKannan
Setting up CI pipeline for angular application using Azure DevOps Build
Introduction to CI pipeline for angular application In this post, I will explain step by step process for setting up CI pipeline for the angular application using Azure DevOps Build. It is easy to set up continuous integration (CI) build for Angular application using Azure DevOps build. Before we get started, see take a look […]
How to: Create CLR stored procedure and Work with CLR database object
In this Article, you will learn how to work with CLR database object to create CLR stored procedure using c# with vs 2019. I have covered couple of simple examples in this article. Also, I will walk you through the errors that you might encounter while you follow this article. Also, you will learn how […]
How to delete all duplicate rows but keeping one in sql
This post is on how to delete all duplicate rows but keeping one in sql. In this post, I will explain how to delete duplicate records from a table in detail with example and proof for the said solution. This is a real time scenario that I have undergone personally in my day today work. […]