SQL

How To Use Triggers In SQL

In this article, we are going to learn how to use Trigger in SQL. A Trigger is a piece of…

3 years ago

What is Mongo DB and What is the difference between MS SQL and Mongo DB?

This article will helpful as a beginner to know what is Mongo DB and What is the difference between SQL…

3 years ago

How To Connect SSMS To Local Default Instance

In this article, we will learn how to connect SQL Server Management Studio to Local default instance.

3 years ago

Difference Between SQL and PL/SQL

SQL is a declarative language. It only specifies what data is needed. PL/SQL is a procedural language. It specifies both…

3 years ago

Difference between Stored Procedure and Function in SQL

In this blog, I have described the difference between Stored Procedure and Function.

3 years ago

Find Specific Text String In Stored Procedures, Functions, Views And Triggers In SQL Server

In this blog, you will learn how to find columns and text in Store procedure, Functions, and Views.

3 years ago

How To Convert Amount To Words In Sql Server

In this article we learn how to convert amount to words using sql server scaler function. we create 2 functions…

4 years ago

Delete Duplicate Records In SQL Using Common Table Expression

Delete Duplicate Records In SQL Using Common Table Expression

4 years ago

Server Side Paging, Sorting, and Filtering Using the Kendo Grid and Entity Framework In ASP.NET MVC

In this article, we will learn about how we can retrieve data from serverside Paging, Sorting, and Filtering Using the…

4 years ago

How To Create Encrypt Stored Procedure In SQL

In this article, we will learn how to create an encrypt Stored Procedure in SQL. When you encrypt a stored…

4 years ago