Comparison Operators in SQL Server

Comparison Operators in SQL Server

In this SQL Server tutorial, I will explain the various comparison operators supported by SQL Server including the non-ISO standard operators. I will explain various operators along with their usage and examples. SQL Server Comparison operators check if any two expressions are the same or not and return a boolean value. In SQL Server there … Read more >>

How to delete a view in SQL Server

How to delete a view in SQL Server using query

In this SQL Server tutorial, we will understand how to delete a view in SQL Server. Additionally, we will also cover the following related topics. How to delete a view in SQL Server Before understanding the methods to delete a view in SQL Server, we have to discuss a few things. First, we need to understand the required … Read more >>

View in SQL Server

How to create a view using a script in SQL Server

In this SQL Server tutorial, we are going to learn about a view in SQL Server. And we also cover various methods to create a SQL Server View. Here is the complete list of topics that we will discuss. What is a view in SQL Server In SQL Server, a VIEW is just like a virtual table … Read more >>

SQL Server bulk insert from CSV file

SQL Server bulk load from CSV

In this SQL Server tutorial, you will learn how to bulk insert data from CSV files in SQL Server. I will use various examples for demonstration purposes. How to bulk insert in SQL Server from CSV Bulk insert is a technique to move a large amount of data from a source to a new destination. … Read more >>

SQL Operand data type real is invalid for modulo operator

Operand data type real is invalid for modulo operator

In this SQL Server article, I will share my experience with the error “SQL Operand data type real is invalid for modulo operator“. We will see, how to fix the error, sql operand data type float is invalid for modulo operator. The modulus operator behaves differently with different data types. Recently, I was trying to … Read more >>

How to test stored procedure in SQL Server

How to check performance of stored procedure in SSMS

In this SQL Server tutorial, we will understand How to test stored procedure in SQL Server. Additionally, we will also discuss the following topics How to test performance of stored procedure in SQL Server In SQL Server, we can check and test the performance of a stored procedure by using the SQL Server Management Studio. Moreover, in … Read more >>

SQL Server scheduled stored procedure

Steps to schedule a stored procedure using SSMS

In this SQL Server tutorial, we are going to talk about SQL Server scheduled stored procedure. Here we will learn about different methods of scheduling a stored procedure in SQL Server. And we will also understand the following topics. SQL Server scheduled stored procedure In this section, we will try to understand how to schedule a stored … Read more >>

SQL Server stored procedure case statement

Execute stored procedure in case statement SQL Server alternative

In this tutorial, we are going to learn about SQL Server stored procedure case statement. Here we will discuss how to use a CASE statement in SQL Server Server Stored Procedure. And we will also discuss the following topics. But before understanding how to use a CASE statement in a stored procedure, we should know what … Read more >>

Rename stored procedure in SQL Server

Rename stored procedure using SQL Server Management Studio

In the SQL Server tutorial, we will discuss how to rename stored procedure in SQL Server. And we also cover different ways to rename a stored procedure with examples. The list of topics that we will cover is given below. So, if you are not familiar with the stored procedure first, understand What is a stored … Read more >>

SQL Server find text in stored procedure

Find and replace text in sql server stored procedure using query

In this SQL Server tutorial, we will discuss how to find text in SQL Server stored procedure.  SQL Server find text in stored procedure Many times, we have many stored procedures in our database. Then, finding the exact stored procedure could be very difficult. In such cases, we should know how to find a stored procedure with … 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.