Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it...
Home
Welcome to CodeLife
CodeLife is a Blogging website featuring and exploring Programming Languages. If you are encountered problem that you have been losing time and sleepover for days and didn’t resolve? I also encountered those and mostly of my topic here is what I encountered and I resolved. Especially about Software and Web Development. If this website helps you please do subscribe and comment, also contact me if you have suggestion here
Subscribe to my mailing List to notify every new posted topics
Latest Post
How to fixed HTML format issue in react using Visual Studio Code
In this article, We will fix a HTML format issue in react using VS Code. I will show how to do it, and just follow […]
What is Microsoft Power Automate
In this article, I will know what is power automate, And Microsoft Power Automate, formerly known as Microsoft Flow, is a cloud-based service that allows […]
What is Microsoft Power Apps
In this article, I will know what is power apps, And Microsoft Power Apps is a low-code development platform that allows users to easily create […]
What is Microsoft Power Platform
In this article, I will introduce the new technology powered by Microsoft product which is Microsoft Power Platform. Microsoft Power Platform is a line of […]
How to create a personal access token in Azure DevOps
In this article, We learn how to create a Personal Access Token in Azure DevOps. I will show how to do it, and just follow […]
How to save the composed mail into outlook draft using HTTP request in Power Automate
In this article, We learn how to saved the composed mail into outlook draft using HTTP request in Power Automate. I will show how to […]
How to save the composed mail into outlook draft using http request in logic apps
In this article, We learn how to saved the composed mail into outlook draft using HTTP request in Logic Apps. I will show how to […]
How to compose email and save email draft in outlook using C#
How to compose email and save email draft in outlook using C# […]
How to convert base64 string format of excel file into DataTable form of data type using C#
In this article, We learn how to convert base64 string format of excel file into Data Table form of data type using C#. I will […]
How to convert data from Aspose.Cells.Worksheet to DataTable using C#
How to conversion of data from Aspose.Cells.Worksheet to DataTable using C# […]
How to create logic apps in Azure
In this article, We learn how to create logic apps in Azure. I will show how to do it, and just follow the steps clearly. […]
“Microsoft.EntityFrameworkCore.Design” This package is required for the Entity Framework Core Tools to work.
In this article, We learn how to fix this issues if ever you can encounter this kind of sleepless issues. I will show how to […]
How to get access token for Azure Management API
Get access token for Azure Management API […]
How to Concatenate string in Kusto Query Language (KQL)
In this article, we learn on how to concatenate strings in Kusto Query Language (KQL) , Just follow and ready clearly. For more updates please do Subscribe […]
How to use order operator in Kusto Query Language (KQL)
In this article, we learn on how to use Where Operator in Kusto Query Language (KQL) , Just follow and ready clearly. For more updates […]
How to use extend operator in Kusto Query Language (KQL)
In this article, we learn on how to use Extend Operator in Kusto Query Language (KQL) , Just follow and ready clearly. For more updates […]
How to use “AS” operator in Kusto Query Language (KQL)
In this article, we learn on how to use As Operator in Kusto Query Language (KQL) , Just follow and ready clearly. For more updates […]
How To Use Project Operator In Kusto Query Language (KQL)
In this article, we learn on how to use Project Operator in Kusto Query Language (KQL) , Just follow and ready clearly. For more updates […]
How to use Limit Operator in Kusto Query Language (KQL)
In this article, we learn on how to use Limit Operator in Kusto Query Language (KQL) , Just follow and ready clearly. For more updates […]
How to use Distinct Operator in Kusto Query Language (KQL)
In this article, we learn on how to use Distinct Operator in Kusto Query Language (KQL) , Just follow and ready clearly. For more updates […]
How To Use Count Operator In Kusto Query Language (KQL)
In this article, we learn on how to use Count Operator in Kusto Query Language (KQL) , Just follow and ready clearly. For more updates […]
How to implement datetime range in Kusto Query Language (KQL) using Between Operator
In this article, we learn on how to implement datetime range in Kusto Query Language (KQL) , Just follow and ready clearly. For more updates […]
How To Implement Kusto Query Language (KQL) Using Where Operator
In this article, we learn on how to use Where Operator in Kusto Query Language (KQL) , Just follow and ready clearly. For more updates […]
How to connect your Azure Kusto Database in Kusto Explorer Desktop
In this article, We learn how to connect Azure Kusto Database in Kusto Explorer Desktop, Â I will show how to do it, and just follow […]
How to Ingest Data in Azure Kusto Database
In this article, We learn how to Create Table in Azure Kusto Database. I will show how to do it, and just follow the steps […]
How to Create Table in Azure Kusto Database
In this article, We learn how to Create Table in Azure Kusto Database. I will show how to do it, and just follow the steps […]
How to use Web UI in Azure Kusto Database
In this article, We learn how to use Web UI in Azure Kusto Database. I will show how to do it, and just follow the […]
How to Create Azure Data Explorer Cluster and Database
In this article, We learn how to create Data Explorer in Azure. I will show how to do it, and just follow the steps clearly. […]
How to upload image in Angular
In this article, I will show how to Image upload in Angular. I will show how to do it, and just follow the steps clearly. […]
How to call child component method from parent in Angular
In this article, We learn how to call child component method from parent in Angular. I will show how to do it, and just follow […]
More about MSSQL Topics
Rebase current branch into main/dev branch in Visual Studio using git
In this article, we learn how to rebase current branch into main/dev branch in Visual Studio using git. I will show how to do it, […]
Import SQL Database in SSMS from Local Machine
In this article, We learn how to Import SQL Database in SSMS in Local Machine. I will show how to do it, and just follow […]
Export(Backup) SQL Database in SSMS in Local Machine
In this article, We learn how to export(Backup) SQL Database in SSMS in Local Machine. I will show how to do it, and just follow […]
Angular CRUD with .NET Core API
In this article, We create a full tutorial of Angular CRUD with .NET Core API. I will show how to do it, and just follow […]
Create Table in MSSQL using T-SQL Command/Statement
In this blog, I will show how to create Table in MS SQL using T-SQL command. explain how its works and why we need to […]
Use UNION Operator in SQL
In this blog, I will show how to use and where to use UNION in SQL. Explain How its work and why we need to use […]
Calling a Web Services or Rest API from T-SQL using MSXML
In this blog, I will show step by step how to call a Web Service or Rest API in your T-SQL. explain how its works […]
Common Table Expression (CTE) in SQL Query
A Common Table Expression also called CTE in short form, is a temporary named result set that you can reference within a SELECT, INSERT, UPDATE, […]
use Sub-Query in SQL Query
In this blog, I will show step by step how to use SQL Sub-Query in SQL Query. explain how its works and why we need […]
Create SQL Views
A Views in SQL are kind of virtual tables. A view also has rows and columns as they are in a real table in the […]
Create Stored Procedure in SQL
A stored procedure is a set of Structured Query Language (SQL) statements with an assigned name, which are stored in a relational database management system […]
ASP.Net CRUD using Entity Framework
In this tutorial, I create a project in ASP.net CRUD Web Application using Entity Framework. This Project user can Create, Read(Display), Update, Delete data from Database using […]
Create Database and Table in SQL Server
In this blog, I will show step by step how to create Database and Table to SQL Server. explain how its work and why we […]
ASP.NET Web Application (.NET Framework) – Login and Registration using SQL Server
In this tutorial, I create a project in ASP.net Web Application using SQL Server. This Project have an user login and registration. I will use […]
Select Statement in SQL
This is all about selecting data from database server using SQL command. Table of ContentsWhat is SQLMicrosoft SQL ServerWhat is Microsoft SQL Server used for?SELECT […]
Admin Panel (Portfolio)
About this Portfolio This system is all about Administration panel. but I do unique here, I also create for subsidiary user like (Seller Panel, and […]
Documented Portfolio
You can refer my GitHub profile for more portfolio, LINK: https://github.com/JaveTLupango
eCom (Portfolio) – WordPress
About this Portfolio This website is powered by WordPress ecommerce design website. inspire by ecommerce website local and international. This is for portfolio purposes only. […]