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 to delete ADFS Windows Internal Database without access credentials

Posted on 16/05/202015/09/2023 Christian By Christian No Comments on How to delete ADFS Windows Internal Database without access credentials
How to delete ADFS Windows Internal Database without access credentials

Windows Internal Database (codenamed WYukon, sometimes referred to as SQL Server Embedded Edition) is a varient of Microsoft SQL Server Express 2005, and is included with Windows Server 2008 and Windows Server 2008 R2. It is also included in Windows Sharepoint 3.0 and Windows Server Update Services (WSUS) 3.0, where a full version of Microsoft SQL Server may…

Read More “How to delete ADFS Windows Internal Database without access credentials” »

Oracle/MSSQL/MySQL

How to uninstall Oracle Database 11G or 12c

Posted on 08/04/202001/10/2023 Christian By Christian No Comments on How to uninstall Oracle Database 11G or 12c
How to uninstall Oracle Database 11G or 12c

As you all are aware, the process of uninstalling Oracle Database 11G or 12c on Windows is totally different from the traditional step used in uninstalling a program in Windows. The following steps are vital in order not to encounter an error when reinstalling oracle unto the Server. The uninstallation process is similar to uninstalling…

Read More “How to uninstall Oracle Database 11G or 12c” »

Oracle/MSSQL/MySQL

WordPress site on Azure: How to create a website hosted in Azure

Posted on 09/01/202022/09/2023 Christian By Christian No Comments on WordPress site on Azure: How to create a website hosted in Azure
WordPress site on Azure: How to create a website hosted in Azure

WordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database. In this guide, I will be using one of the WordPress applications and this article was performed in a sandbox on the Microsoft learning platform as shown here. Microsoft Azure Web Sites is a cloud computing-based…

Read More “WordPress site on Azure: How to create a website hosted in Azure” »

Oracle/MSSQL/MySQL

Editions of MSSQL Server: What are the differences between various Editions of Microsoft SQL Server

Posted on 04/11/201925/09/2023 Christian By Christian No Comments on Editions of MSSQL Server: What are the differences between various Editions of Microsoft SQL Server
Editions of MSSQL Server: What are the differences between various Editions of Microsoft SQL Server

When asked to run projects that utilize MSSQL as the database engine with the least cost, then you should be able to select from the various Editions of MSSQL that serves your need. This decision is based on your environment and what the project (task entails). See the following explanations below for the right Edition…

Read More “Editions of MSSQL Server: What are the differences between various Editions of Microsoft SQL Server” »

Oracle/MSSQL/MySQL

Fix MSSQL Connection timeout and timeout period expired

Posted on 14/08/201917/06/2025 Christian By Christian No Comments on Fix MSSQL Connection timeout and timeout period expired
Fix MSSQL Connection timeout and timeout period expired

This guide will discuss the “Fix MSSQL Connection timeout and timeout period expired”. MSSQL is a suite of database software published by Microsoft. It includes a relational database engine, which stores data in tables, columns, and rows. Please, see How to configure screen saver timeout in Windows, how to Fix EFI network timeout on VMware Workstation,…

Read More “Fix MSSQL Connection timeout and timeout period expired” »

Oracle/MSSQL/MySQL

How to use a dedicated MsSQL Db for Pleasant Password

Posted on 14/08/201921/03/2024 Christian By Christian No Comments on How to use a dedicated MsSQL Db for Pleasant Password
How to use a dedicated MsSQL Db for Pleasant Password

In this article, we will discuss How to use a dedicated MsSQL Db for Pleasant Password. Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications. Pleasant Password Server…

Read More “How to use a dedicated MsSQL Db for Pleasant Password” »

Oracle/MSSQL/MySQL

Unable to connect to MSSQL Server after changing Server name

Posted on 08/05/201902/10/2024 Christian By Christian No Comments on Unable to connect to MSSQL Server after changing Server name
Unable to connect to MSSQL Server after changing Server name

Microsoft SQL Server is a relational database management system developed by Microsoft. The primary function of storing and retrieving data as requested by other software applications. In this article, we shall discuss how to fix ‘Unable to connect to MSSQL Server after changing Server name”. See this article for the differences between various Editions of MsSQL…

Read More “Unable to connect to MSSQL Server after changing Server name” »

Oracle/MSSQL/MySQL

What to do after increasing the Memory of Oracle Database

Posted on 18/12/201815/02/2025 Christian By Christian No Comments on What to do after increasing the Memory of Oracle Database
What to do after increasing the Memory of Oracle Database

This article discusses What to do after increasing the Memory of Oracle Database. After altering (increasing) the ‘memory max target’ and ‘memory target’ of an Oracle database, you will have to run these statements as sysdba to restart the database. By not doing so, you will not have the necessary permission to perform some necessary…

Read More “What to do after increasing the Memory of Oracle Database” »

Oracle/MSSQL/MySQL

How to reset MySQL Root password

Posted on 10/03/201816/08/2023 Christian By Christian No Comments on How to reset MySQL Root password
How to reset MySQL Root password

The MySQL root password allows the root user to have full access to the MySQL database. You must have (Linux) root or (Windows) Administrator access to the Cloud Server to reset the MySQL root password. In this article, you will learn How to reset MySQL Root password. Please see How to delete a MySQL User…

Read More “How to reset MySQL Root password” »

Oracle/MSSQL/MySQL

How to access MySQL Server from command Prompt

Posted on 15/11/201714/08/2023 Christian By Christian No Comments on How to access MySQL Server from command Prompt
How to access MySQL Server from command Prompt

How to access MySQL Server is a crucial skill for streamlined database management. This guide enables efficient navigation, interaction, and execution of SQL commands, ensuring smooth data operations via the command line. However, Explore the art of command prompt access to unveil the full potential of your MySQL Server with this guide on How to…

Read More “How to access MySQL Server from command Prompt” »

Oracle/MSSQL/MySQL

How to import a MySQL Database via the command line

Posted on 10/01/201725/03/2024 Christian By Christian No Comments on How to import a MySQL Database via the command line
How to import a MySQL Database via the command line

MySQL Database (Db) is a fully-managed database service that runs on a Local Server and on the Web. It is ideal for both small and large applications and it uses the standard SQL language. In this article, you will learn how to import a MySQL Database via the command line. Please see How to install…

Read More “How to import a MySQL Database via the command line” »

Oracle/MSSQL/MySQL

Posts pagination

Previous 1 … 4 5

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