MongoDB shutting down with code 48

MongoDB shutting down with code 48

In this MongoDB tutorial, I will explain how I managed to resolve the error “MongoDB shutting down with code 48”. MongoDB shutting down with code 48 Recently, when I was trying to start the MongoDB server by using the MongoDB shell, I faced the error “MongoDB shutting down with code 48. You can see the error below: … Read more >>

Create stored procedures in Azure SQL database

Create stored procedure template for Azure SQL database

This Azure SQL article will help you to get familiar with stored procedures in an Azure SQL database. We will explain how to create stored procedures in an Azure SQL database with the help of some examples. How to create stored procedure in Azure SQL database In this section, I will explain how to create … Read more >>

Azure sql password validation failed

Azure sql password validation failed

In this Azure SQL tutorial, I will explain the error ‘Password validation failed. The password does not meet policy requirements because it is not complex enough.‘ Recently, I was trying to change my user password in the Azure SQL database. I was using SQL Server management studio to connect to my Azure SQL database. I … Read more >>

MongoDB create and change user password

MongoDB create the user password

In this MongoDB tutorial, We are going to learn “How MongoDB create and change user password”. We will also cover this topic using different operations. These are the following topics that we are going to cover in this tutorial: MongoDB create the user password In MongoDB, we can create a new user for the database by … 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 >>

Remote procedure call failed in SQL Server Configuration Manager

SQL Server configuration manager the remote procedure call failed

In this sql server tutorial, we will discuss how to fix error, the remote procedure call failed sql server configuration manager. the remote procedure call failed sql server configuration manager A few days back I got an error while using SQL Server Configuration Manager to list the services. The error states “The remote procedure call … Read more >>

MongoDB find multiple conditions

MongoDB find query with multiple conditions

In this MongoDB tutorial, we are going to learn “MongoDB find multiple conditions”. We will also cover this topic with different operations and examples. These are the following topics that we are going to cover in this tutorial: MongoDB find query with multiple conditions The find query in MongoDB is used to choose documents from a … Read more >>

MongoDB Update Documents – Complete tutorial

MongoDB update _id field example

In this MongoDB tutorial, we are going to discuss “MongoDB update documents“. Here we will learn How to update documents into MongoDB. We will also cover this with different operations with examples. These are the following topics that we are going to cover in this tutorial: MongoDB update query In MongoDB, we use the update() method … Read more >>

Full-text search in SQL Server

Implementing full-text search in SQL Server

In this SQL Server tutorial, we will learn about full-text search in SQL Server. Here we will learn How to enable and implement a full-text search in SQL Server. And for the implementation, we will be using SQL Server 2019. Here is the list of topics that we are going to discuss. What is full-text search in SQL … Read more >>

How to create SQL authentication user in Azure SQL database

Azure SQL create user and login

When you create an Azure SQL database, a default administrator user is created. This user has all the administrative rights and can manage the SQL server and the databases as an administrator. However, you also need to create more users to manage access to the database. We use multiple users with different authorization levels and … 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.