Mastering the Art of Code Writing: Tips for DevOps School Students
Writing clean code is one of the fundamental elements of DevOps school success. Clean code is a reader-focused style of software development that creates products that are easy to write,…
Read more »Azure Data Factory Pipeline Job failure with SqlErrorNumber=18456
Go through the steps to troubleshoot and resolve the error message you encountered in your Azure Data Factory (ADF) pipeline job: Step 1: Check Linked Service Configuration Step 2: Check…
Read more »How to get port of a pod in Kubernetes?
To get the port of a pod in Kubernetes, you can use the kubectl command along with the get and describe options. Here are the steps: 1. List all the…
Read more »Node port forwarding Concept in Kubernetes
In Kubernetes, the concept of “node port forwarding” allows you to access a service running on a specific node in your cluster. It enables you to access services or pods…
Read more »Debug if pod fails to create in Kubernetes
When a pod fails to create in Kubernetes, you can follow these steps to debug the issue 1. Check the pod status: Example output: In this example, the pod is…
Read more »Debug for Docker Container
Please follow below steps to Debug Docker container: 1. Check the logs of the MongoDB container: This command will display the logs generated by the MongoDB container. Check if there…
Read more »Docker and Kubernetes Demo Project
Here’s a step-by-step guide to creating a simple project with a web server and app server using Docker and Kubernetes on Ubuntu, ensuring that the Docker image is accessible from…
Read more »A Comprehensive Guide About Where to Look for Warehouse Job Vacancies in Singapore
Are you looking for a warehouse job vacancy in Singapore? If so, you’ve come to the right place. In this guide, we’ll explore all the different places you can look…
Read more »A Full Paper Formatting Guide for Students
Academic writing has always been a major stressor for college students. This kind of task often implies working under a tight deadline and carrying out a lot of research. Also,…
Read more »6 Rules of Financial Stability for Students
Earning a college degree has never been cheap, and it seems to get even more pricey now. In order to cover all expenses and ensure high quality of life, students…
Read more »How to Get Better at Essay Writing
A couple of centuries ago, not so many people had writing skills. Luckily, almost everyone possesses them today. And it’s not surprising, as we are all willing to create brilliant…
Read more »SQL SERVER queries to gather information about the workload
To get the top queries that are taking the longest time to execute: To get the top resource-intensive queries: To get the top wait types:
Read more »How To Migrate Azure SQL database from Standard Tier to Hyperscale Tier
Data migration Time Required Benefits of Migration over Upgrade Prerequisite to Migrate an Azure SQL database from Standard Tier to Hyperscale Tier Steps to Migrate an Azure SQL database from…
Read more »How To Upgrade Azure SQL database from Standard Tier to Hyperscale Tier
Analysis for conversion Standard Tier to Hyperscale conversion Below are the two approach- Upgrade Time Required Prerequisite to upgrade an Azure SQL database from Standard Tier to Hyperscale Tier Prerequisites…
Read more »Difference between INFORMATION_SCHEMA and SYS schema in SQL SERVER
In SQL Server, both INFORMATION_SCHEMA and sys are schema-based views that provide metadata about database objects. However, there are some differences between the two: In summary, the INFORMATION_SCHEMA views provide…
Read more »Query to check Tables row count and space details in SQL Server
The sp_spaceused stored procedure to retrieve the table size information: Replace ‘YourTableName’ with the name of the table you want to check. This will return a result set with information…
Read more »Difference Between Azure Activity and Azure Diagnostic logs
Azure Activity and Azure Diagnostic logs are two different services in Azure that provide different types of logs. Azure Activity logs It provide insight into operations that were performed on…
Read more »What is Azure Data Lake Storage (ADLS)?
Azure Data Lake Storage (ADLS) is a cloud-based data storage solution offered by Microsoft Azure. It is designed for big data analytics and allows organizations to store and process vast…
Read more »What is Azure Synapse?
Azure Synapse Analytics is a cloud-based big data analytics solution provided by Microsoft Azure that enables you to analyze large amounts of data from various sources in one place. It…
Read more »