Using Filters in Object Explorer in MS SQL Server Management Studio || Tutorial for Beginners

In databases that have many objects, you can use filtering to search for specific tables, views, etc. This tutorial will show you how to filter for tables, but you can use the same steps in any other node in Object Explorer. I hope you found this tutorial helpful, please consider giving thumbs up and hit … Read more

How to access SQL Server error log in Microsoft SQL Server Management Studio | Tutorial or Beginners

In this tutorial, we will learn how to access SQL server logs in SQL server management studio. Also, we will learn the following things.   1) Access your SQL Server error log   2) Query the error log in SSMS (sp_readerrorlog 0,1,’ Server process ID’)   3) Find the error log location if you’re connected … Read more

How to import flat file/CSV file in database in Microsoft SQL server Management Studio?

In this video tutorial, we will learn to import a CSV file into the database by using the SQL server wizard in SQL Server Management Studio. This is a very useful trick to import CSV data files as tables. and you can import huge data files in no time and be smart. Thank you again … Read more

How to install of R and R Studio in Windows 11 (updated 2023)

In this video tutorial, we will see how to install R software and R studio in Windows 11 with some easy steps. Download R:Visit the official R Project website at https://cran.r-project.org/mirrors.html. Choose a nearby CRAN mirror (a download location).Click on the link corresponding to your version of Windows (usually “base”). Download R for Windows:Click on … Read more

How to use a Lenovo laptop’s touchpad like a pro? || Learn Taps and Gestures Tutorial for Beginners

In this video tutorial you will learn the following things:How many types of Taps actions do we have? What is the use of these actions? Tap Actions- 1) Tap with two fingers.2) Tap with Three fingers.3) Tap with four fingers. We will see different types of gestures for daily work. 1) Three Fingers Gestures – … Read more

How to merge drive partition in Windows 11 || How to Combine two partitions in Windows 11?

How to delete and merge drive partition in Windows 11 In this video I’ll show you how to delete and merge logical drive partition in Windows 11. Topic Includes:1- delete drive partition,2- merge drive partition,3- merge two partition,4- Combine two partitions in Windows 11 If you enjoyed this video tutorial and found it helpful, please … Read more

How to convert images into pdf file offline || Quick and easy way to create pdf file from images

Creating a PDF file from images is a straightforward process, and you can do it using various methods and software. Here’s a quick and easy way to create a PDF file from images using a free online tool: Using Online PDF Conversion Tools: Select Your Images: First, gather the images you want to convert to … Read more

How to install MongoDB 6 on Windows 11 (2023) with MongoDB Shell and MongoDBCompass || Quick setup

In this tutorial, we will learn MongoDB Server installation on Windows 11. Also, we will see how to install MongoDBCompass and connect Mongodb. Also, we will see How to run MongoDB as Windows Service. And I will show you how to install MongoDB Shell and connect with MongoDB.   – MongoDB is one of the … Read more

How to connect MongoDB database in Visual Studio Code || VS code tutorial for Beginners

In this video tutorial, I will show you how to connect the MongoDB database in Visual Studio code. Visual Studio Code is the best platform to work with MongoDB. Here you can connect the MongoDB database inside vs code run a query on the database, and explore collections and documents. Also, you can attach the … Read more

How to do Wi-Fi debugging in Android Studio?

Wi-Fi debugging in Android Studio is a convenient way to debug Android applications on physical devices without the need for a USB cable. It allows you to deploy, run, and debug your apps wirelessly, making the development process more flexible and mobile. Here’s how you can set up and use Wi-Fi debugging in Android Studio: … Read more