Database management, SQL Server, Security SQL Server Tips: CMS – Connection Error: -2146893019 Severity: 20 05.07.2023 by Stéphane Haby Few days ago, I install new instances SQL Server 2022 and the new SSMS by a customer and when I register the instances in the Central Management Servers (CMS), I was surprise by the error coming from the connection test:(…)
Database Administration & Monitoring, Database management PostgreSQL 16: More statistics in pg_stat_*_tables 05.06.2023 by Daniel Westermann PostgreSQL 16 is already in feature freeze and Beta1 has been released on May 25th. This is the time you should start testing and report any issues back to the community. There are plenty of new features, as usual, and(…)
Database Administration & Monitoring, Database management 2023.pgconf.de and the Swiss PGDay are just around the corner 02.06.2023 by Daniel Westermann Time flies, we are in June already and at the end of this month two PostgreSQL conferences will take place: There is 2023.pgconf.de, this year in Essen, the 27th of June. For the first time in(…)
Database Administration & Monitoring, Database management, MariaDB MariaDB manual Switchover 03.05.2023 by Joan Frey I’m going to explain how to do a manual Switchover in a MariaDB HA setups using master-slave replication. In my example, let’s consider that I’ve a server01 and server02, both running on Ubuntu 20.04. server02 is currently the master, server01(…)
Database Administration & Monitoring, Database management How a merge join produced the wrong result in PostgreSQL 14.04.2023 by Daniel Westermann This was a really interesting customer case and I learned a lot by troubleshooting this. The original request was: We have two databases connected via postgres_fdw and when a merge join is chosen by PostgreSQL we(…)
Database Administration & Monitoring, Database management PostgreSQL 16: GENERIC_PLAN option for EXPLAIN and SHELL exit codes for psql 27.03.2023 by Daniel Westermann Last week some smaller features got committed for PostgreSQL. The first one is an option which can be given to explain for displaying the generic plan for a statement. I’ve written about generic plans in the past, please read(…)
Database Administration & Monitoring, Database management pgDay Paris 2023 24.03.2023 by Daniel Westermann Another great PostgreSQL community conference is over, and I came back with a lot of impressions yesterday. It was probably the worst time of the year for the conference to happen, as massive strikes are ongoing in France currently. Nothing(…)
Database management, PostgreSQL Microsoft Flexible Server Compute V5 17.03.2023 by Open source Team Today I had the chance to move forwar with performance testing and some checks on two Flexible Server – Azure Database for PostgreSQL, one with 8vCPU, 64GB RAM and 512GB Storage (2300 IOPs) and another one with the same vCPU(…)
Database management, SQL Server Lost access to SQL Server. Now what ? 15.03.2023 by Microsoft Team In this blog we will explain what to do to regain the access to your SQL Server instance. Here is our scenario : – You have by accident removed all logins in SQL Server instance – Your sa account by(…)
AWS, Cloud, Database management, Oracle Oracle Database Backup Cloud Service 14.03.2023 by Oracle Team In a previous blog I demonstrated how to migrate an Oracle database from AWS to Oracle OCI using Data Guard. But what if you want to migrate to the Oracle Cloud, but don’t have a direct connection between the(…)