MySQL Vs SQLite

MySQL Vs SQLite

Recently, I got to choose between MySQL and SQLite for one of my new projects. Choosing between MySQL and SQLite can be essential for database implementation in your projects. Understanding the key differences between MySQL and SQLite helps developers select the correct database for their particular requirements. In this article, let’s point out the differences … Read more >>

How to create a database in SQL Server 2019

Create New Database in MSSQL Server

In this SQL Server tutorial, you will learn about MSSQL create database. The database is a collection of information that we can view, change, and delete. This tutorial explains step by step how to create a database using MSSQL. How to create a database in SQL Server 2019 To create a database in SQL Server … Read more >>

SQL Server Row_Number

row_number function in sql server

In this sql server tutorial, we will learn about the SQL Server ROW_NUMBER function, Different examples related to SQL Server Row_Number. I have used sql server 2019 Express and sql server Management Studio for all the examples. SQL Server Row_Number The Row_Number in SQL Server is a function that generates a sequential integer to each row … Read more >>

How to Drop Table if Exists in SQL Server

sql server drop table if exists

Do you want to drop the table in SQL Server? No worries. Follow this simple SQL Server tutorial to delete a table in SQL Server Management Studio. This tutorial will teach you how to check the table’s existence before dropping it. How to Drop Table if Exists in SQL Server Let us start with the … Read more >>

Trigger For Delete in SQL Server

Example of for trigger delete sql server

We will learn how to use the Trigger For Delete SQL Server statement here. To help you understand the idea better, we will also discuss and learn various examples. Trigger for Delete SQL Server In this SQL Server section, we will learn and understand how to use the SQL Server FOR trigger, which is used with the DELETE statement of … Read more >>

Find stored procedure in sql server by table name

Find Store Procedure in SQL Server by Table Name

This SQL Server tutorial will teach how to find stored procedure in SQL Server using table name. How to find stored procedure in SQL Server using table name To find stored procedure in SQL Server using table name, we can use the below three simple approaches. Approach-1: Using sys.procedure table The SQL Server SYS.PROCEDURES is a system table that … Read more >>

Exception Handling in SQL Server

Exception handling in SQL Server

I recently worked on creating the table and encountered an error. Errors are common in a development project. Exception handling or Error handling is an essential concept in software development. Like other programming languages, namely C, C++, and Java, SQL Server also provides exception handling. TRY and CATCH can handle errors in SQL Server. This … Read more >>

View Line Numbers in SQL Server Management Studio

View line numbers in SQL Server Management Studio

While creating the function, I encountered an error and was unable to find the exact line. After several checks, I found the line number in SQL Server Management Studio. In this SQL Server tutorial, we will learn how to view line numbers in SQL Server Management Studio. View Line Numbers in SQL Server Management Studio SQL … Read more >>

SQL Server stored procedure return value

SQL Server stored procedure return value 0

In this SQL Server tutorial, we will discuss how to return value from stored procedure and how to return some specific values from a stored procedure, etc. SQL Server stored procedure return value In SQL Server 2019, there are mainly 3 methods for returning some values from a SQL stored procedure to its caller. All three methods are … Read more >>

How to execute stored procedure in SQL Server

How to execute stored procedure in SQL Server using ssms

In this SQL Server tutorial, we will learn how to execute stored procedure in SQL Server. We will also discuss different examples related to the execution of stored procedures in SQL Server. Here is the complete list of topics that we are going to discuss. How to execute stored procedure in SQL Server Note:- Before starting this topic, … Read more >>

Top 200 SQL Server Interview Questions and Answers

Free PDF On Top 200 SQL Server Interview Questions And Answers

Download A 40 pages PDF And Learn Now.