Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
  • veeam
    Fix Failed to connect to Veeam Backup and Replication Server Backup
  • wsus logo e1653651564255
    How to configure Windows server update services Windows Server
  • PIN9 1
    How to increase Windows PIN complexity Windows
  • ddf
    How to configure Windows Deployment Services on Windows Server Windows Server
  • command prompt powershell 670x335 1
    How to Start, Stop and Restart Windows Server Update WSUS Services via PowerShell and CMD Windows
  • images 4
    How to set up WatchGuard Log Server Network | Monitoring
  • Install FileZilla Client
    FileZilla Client on Mac: How to Transfer Files to WordPress via SFTP Mac
  • Delete Expired Profiles on Mac
    Remove Expired Configuration Profiles on Mac Mac

Category: Oracle/MSSQL/MySQL

Oracle, MSSQL, and MySQL are powerful relational database management systems (RDBMS) widely used for managing, storing, and querying data in enterprise and web applications. Each offers unique features suited for different scales and environments

How does Key Rotation work in MBAM?

Posted on 09/11/202309/11/2023 Christian By Christian No Comments on How does Key Rotation work in MBAM?
How does Key Rotation work in MBAM?

Key Rotation in Microsoft BitLocker Administration and Monitoring (MBAM) refers to the process of rotating the encryption keys used to protect BitLocker-encrypted drives. This is a security best practice to minimize the risk associated with long-term exposure to a single encryption key. In this article, we shall discuss How does Key Rotation work in MBAM….

Read More “How does Key Rotation work in MBAM?” »

Oracle/MSSQL/MySQL, Windows Server

How to enable an SA account that has been disabled

Posted on 09/11/202309/11/2023 Christian By Christian No Comments on How to enable an SA account that has been disabled
How to enable an SA account that has been disabled

In Microsoft SQL Server, the “SA” login is a highly privileged account. This is often referred to as the “system administrator” or “superuser” login. In this article, we shall show you how to enable an SA account that has been disabled. Please see How to manage automatic login on Ubuntu Linux, how to fix Unable…

Read More “How to enable an SA account that has been disabled” »

Oracle/MSSQL/MySQL

How to verify whether the xp_cmdshell feature is enabled or disabled in MSSQL Server

Posted on 03/11/202303/11/2023 Christian By Christian No Comments on How to verify whether the xp_cmdshell feature is enabled or disabled in MSSQL Server
How to verify whether the xp_cmdshell feature is enabled or disabled in MSSQL Server

An SQL Server instance is a complete SQL server and you can install many instances on a machine but you can have only 1 default instance. It represents a separate and independent database environment that can store and manage data. In this article, I will teach you how to verify if the xp_cmdshell feature is enabled or disabled in…

Read More “How to verify whether the xp_cmdshell feature is enabled or disabled in MSSQL Server” »

Oracle/MSSQL/MySQL

Fix a network-related or instance-specific error occurred while establishing a connection to SQL Server [Part 2]

Posted on 03/11/202319/06/2025 Christian By Christian No Comments on Fix a network-related or instance-specific error occurred while establishing a connection to SQL Server [Part 2]
Fix a network-related or instance-specific error occurred while establishing a connection to SQL Server [Part 2]

Realistically, this is a rather frequent error error message. We shall learn how to “fix a network-related or instance-specific error occurred”. This error could mean different things as there is no one solution that fits all. Please see how to Migrate Your WordPress Site with WordPress Duplicator, how to Fix Spell Check Not Working in…

Read More “Fix a network-related or instance-specific error occurred while establishing a connection to SQL Server [Part 2]” »

Oracle/MSSQL/MySQL

Visualize MBAM Recovery Audit Report with Python

Posted on 08/04/202327/08/2024 Christian By Christian No Comments on Visualize MBAM Recovery Audit Report with Python
Visualize MBAM Recovery Audit Report with Python

Using Python with SQL Server 2017 SSRS should not be an obstacle, since the framework and the technology are the same as with the R language. With SQL Server 2017, Python got full and functional support for native SSRS. But in this guide, we will not be querying the SSRS with Python but we discuss…

Read More “Visualize MBAM Recovery Audit Report with Python” »

Automation, Oracle/MSSQL/MySQL, Scripts, Windows Server

How to delete and create MySQL Databases

Posted on 08/04/202320/06/2025 Christian By Christian No Comments on How to delete and create MySQL Databases
How to delete and create MySQL Databases

In this article, I will show you how to delete and create MySQL Databases. According to Wiki, MySQL is an open-source relational database management system. A database (DB) is used to store the collection of records in an organized form. It allows us to hold the data into tables, rows, columns, and indexes to find…

Read More “How to delete and create MySQL Databases” »

Oracle/MSSQL/MySQL

How to check and assign privileges to a MySQL User

Posted on 08/04/202325/03/2024 Christian By Christian No Comments on How to check and assign privileges to a MySQL User
How to check and assign privileges to a MySQL User

User management is the process of controlling which users are allowed to connect to the MySQL server. And also, what permissions they are allowed to have on each database. phpMyAdmin does not handle user management, rather it passes the username and password on to the MySQL server which then determines whether a user is permitted…

Read More “How to check and assign privileges to a MySQL User” »

Oracle/MSSQL/MySQL

How to delete a MySQL User Account

Posted on 08/04/202325/03/2024 Christian By Christian No Comments on How to delete a MySQL User Account
How to delete a MySQL User Account

In this article, you will learn how to delete a MySQL User Account. The MySQL user is a record in the USER table of the MySQL server that contains the login information, account privileges, and host information for the MySQL account. Please refer to these related guides: A Review of the VMCE Training and Certification,…

Read More “How to delete a MySQL User Account” »

Oracle/MSSQL/MySQL

How to Install Zabbix Monitoring Tool on a Linux System

Posted on 30/07/202224/09/2024 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to Install Zabbix Monitoring Tool on a Linux System
How to Install Zabbix Monitoring Tool on a Linux System

Zabbix is an efficient monitoring tool for servers, apps, and network devices that is free and open source. It collects system metrics using agents. It also monitors typical services like SMTP and HTTP, and it enables host monitoring using SNMP, TCP, and ICMP checks. Zabbix aims to monitor thousands of servers, virtual machines, and network…

Read More “How to Install Zabbix Monitoring Tool on a Linux System” »

Linux, Oracle/MSSQL/MySQL, Web Server

How to install Java Runtime Environment on Mac OS

Posted on 08/04/202222/08/2023 Christian By Christian 2 Comments on How to install Java Runtime Environment on Mac OS
How to install Java Runtime Environment on Mac OS

Java Runtime Environment is often referred to as the Java Runtime, Runtime Environment, Runtime, JRE, Java Virtual Machine, Virtual Machine, Java VM, JVM, VM, Java plug-in, Java plugin, Java add-on, or Java download. JRE allows some applications written in the Java programming language to launch via some browsers. It is vital to the intranet applications and…

Read More “How to install Java Runtime Environment on Mac OS” »

Mac, Oracle/MSSQL/MySQL

Microsoft SQL Evaluation period has expired: How to upgrade SQL Server instance

Posted on 24/02/202214/03/2024 Christian By Christian No Comments on Microsoft SQL Evaluation period has expired: How to upgrade SQL Server instance
Microsoft SQL Evaluation period has expired: How to upgrade SQL Server instance

In this article, we will discuss how to fix the Microsoft SQL Evaluation period has expired: How to upgrade SQL Server instance. SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database. Please see some related MSSQL guides I have written. What are the differences…

Read More “Microsoft SQL Evaluation period has expired: How to upgrade SQL Server instance” »

Oracle/MSSQL/MySQL

Windows could not start the SQL Server service on local computer 17051: A network-related or instance-specific error occurred while establishing a connection to SQL Server

Posted on 24/02/202202/07/2025 Christian By Christian No Comments on Windows could not start the SQL Server service on local computer 17051: A network-related or instance-specific error occurred while establishing a connection to SQL Server
Windows could not start the SQL Server service on local computer 17051: A network-related or instance-specific error occurred while establishing a connection to SQL Server

In this article, we shall learn how to resolve “Windows could not start the SQL Server service on local computer 17051: A network-related or instance-specific error occurred while establishing a connection to SQL Server”. The SQL Server is a relational database management system from Microsoft. The system is designed and built is to manage and store…

Read More “Windows could not start the SQL Server service on local computer 17051: A network-related or instance-specific error occurred while establishing a connection to SQL Server” »

Oracle/MSSQL/MySQL

Download your MySQL database from Azure to a local PC with MySQL Workbench

Posted on 14/12/202108/04/2023 Temitope Odemo By Temitope Odemo No Comments on Download your MySQL database from Azure to a local PC with MySQL Workbench
Download your MySQL database from Azure to a local PC with MySQL Workbench

MySQL Database is a database service that you can run on your local server. And can also be on a cloud platform like Azure and AWS. MySQL is free to download. It can be used by both small and big corporate organizations to make use of structured query language (SQL). It has some advanced features…

Read More “Download your MySQL database from Azure to a local PC with MySQL Workbench” »

AWS/Azure/OpenShift, Oracle/MSSQL/MySQL, Windows, Windows Server

Posts pagination

Previous 1 2 3 4 5 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • veeam
    Fix Failed to connect to Veeam Backup and Replication Server Backup
  • wsus logo e1653651564255
    How to configure Windows server update services Windows Server
  • PIN9 1
    How to increase Windows PIN complexity Windows
  • ddf
    How to configure Windows Deployment Services on Windows Server Windows Server
  • command prompt powershell 670x335 1
    How to Start, Stop and Restart Windows Server Update WSUS Services via PowerShell and CMD Windows
  • images 4
    How to set up WatchGuard Log Server Network | Monitoring
  • Install FileZilla Client
    FileZilla Client on Mac: How to Transfer Files to WordPress via SFTP Mac
  • Delete Expired Profiles on Mac
    Remove Expired Configuration Profiles on Mac Mac

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,839 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive