In this short post, we are going to learn how to list all columns of every table in a MySQL database.
We want to get the name of the column, the name of the table it belongs to and the type of date for that column. Continue reading “Listing all columns from a MySQL database”
Database size of a MySQL server instance
How to obtain the database size of a MySQL Server instance? Continue reading “Database size of a MySQL server instance”
Listing all columns from a PostgreSQL database
In this short post, we are going to learn how to list all columns of every table in a PostgreSQL database.
We want to get the table schema, the name of the table, the name of the column and the data type defined for that column. Continue reading “Listing all columns from a PostgreSQL database”
Listing all columns from a SQL Server database
In this short post, we are going to learn how to list all columns of every table in a SQL Server database.
We want to get the schema, the name of the table, the name of the column and the data type. Continue reading “Listing all columns from a SQL Server database”
Listing all the documents of a MongoDB database
In this short post, we are going to learn how to list all columns of every table in a MongoDB database.
We want to get all documents in a database. Continue reading “Listing all the documents of a MongoDB database”
Automatic Backup in SQL Server 2017 Express Edition in Linux
In this post, we are configuring automatic backups on a SQL Server 2017 instance on Linux.
We will use a script launched from Crontab. As simple as that. Continue reading “Automatic Backup in SQL Server 2017 Express Edition in Linux”