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”
SQL Server Database size
How can I know the size of my SQL Server databases?
In a SQL Server instance we might have several databases and each one of them have at least one file for data and another one for the transaction log, so we need to sum up data and log to know the size of each database. Continue reading “SQL Server Database size”
