How to Convert DateTime to String in SQL Server

Datetime to String

Do you know how to convert Datetime to string in SQL Server? If not, follow this tutorial to learn how. We can use the CONVERT and CAST functions to convert a value(of any datatype) into a specified datatype. Continue reading the tutorial to know more. Convert Datetime using the CAST function To convert Datatime to … Read more >>

How to Drop a Database in MongoDB

Drop Database in MongoDB Using Compass By Confirming Database Name

Knowing how to drop a Database in MongoDB is essential for every developer. This tutorial shows you how to drop specified databases from the MongoDB server using different methods. Drop Database in MongoDB You can drop a database in MongoDB in two ways: first, using the MongoDB shell and second, using the MongoDB compass, a … Read more >>

SubString in SQL Server

SQL Server Substring Example

Have you ever needed a specific portion of a string in SQL Server? Is that possible? Yes, we can retrieve a few characters from the column of a string by substring. This helpful feature allows you to change strings, easily adding flexibility to database queries. This tutorial will explain substring in SQL Server, including syntax, … Read more >>

How to Convert Int to Varchar in SQL Server

SQL Server convert integer to string

Do you want to use the convert function on the SQL Server? Follow this tutorial to see how to use the convert function to change from integer into varchar in SQL Server. Converting integers into variable characters in SQL Server is a simple operation. SQL Server provides different methods to transform functions. In this tutorial, … Read more >>

How to Install SQL Server Management Studio [SSMS]

SQL Server Express Edition

In this tutorial, I will explain how to install SQL Server Management Studio. As a beginner, you must have knowledge about what are the procedures to install SQL Server Management Studio. After completing this tutorial, you will be ready to install the SQL Server Management Studio on any platform. SQL Server Management Studio Before getting … Read more >>

SQL Server Agent not Starting

SQL Server Agent not Starting

Sometimes, when we are working on the test environment, our SQL Server agent will not work, and it will show the error as Access Denied. In this tutorial, I will show you the steps to solve this issue in SQL Server Management Studio. Let’s get started to see the troubleshooting methods. SQL Server Agent is … Read more >>

SQL Server Port – Details Guide

Default SQL Port

The purpose of the SQL Server port is to transmit and receive data. In this tutorial, we will see which ports are available by default in SQL Server and what the differences between them are. Continue reading to learn more. What is a Port in SQL Server A Port is defined as an endpoint of … Read more >>

How to Create a Database in MongoDB

Create a Database in MongoDB Shell - Creating Collection

Creating a Database is the first step, where all the specific information is stored, so it is necessary to know how to create a database in MongoDB. This beginner-level tutorial shows you how to create a database in MongoDB using two methods. As a database developer, you will usually use both the command line and … Read more >>

How to Create MongoDB Collection

Create MongoDB Collection Implicitly

After creating a database in MongoDB, you need to create a collection, which acts as a table; this collection contains your information in the form of documents. So, in this MongoDB tutorial, you will learn about the collection, what it is, and why to create them. Then, you will learn about two methods to create … Read more >>

How To Install MongoDB Compass

How To Install MongoDB Compass on macOS

Using the MongoDB shell can be boring from a user experience perspective, but what will happen if you have a GUI for MongoDB? You will be able to manage each piece of data easily, like creating collections and documents and inserting or retrieving data visually. So in this MongoDB tutorial, you will learn how to … 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.