In a system based on an Oracle database, that an error occurs is recorded in a log file called the Alert Log. It is very useful to be informed immediately when something happens and the most immediate way is no other… read more
How to install SQL Server on Linux via Docker
In a previous article we saw the installation of SQL Server 2019 on Red Hat Enterprise Linux. In this article we will see how to install SQL Server 2017 again on RHEL but with only 1 core and 1GB Ram... read more
How to install SQL Server on Linux
In this article we will see how easy it is to install SQL Server 2019 on a machine with a Linux operating system and more specifically on a Red Hat distribution. We will also see how we connect and how we can… read more
How can we schedule automatic tasks in Unix
Unix-based operating systems such as Linux and MacOS have the Cron program installed. Cron allows us to schedule tasks to run automatically over time. Its usefulness stands out in tasks that… read more