Database Administration & Monitoring Can I do it with PostgreSQL? – 18 – Instead of triggers on views 15.11.2017 by Daniel Westermann It has been quite a while since the last post in this series but today comes the next one. Being at a customer this morning this question popped up: Can we have instead of triggers on a view in PostgreSQL(…)
Database Administration & Monitoring Auto pre-warming in EDB Postgres Advanced Server 10 15.11.2017 by Daniel Westermann Some days ago EDB Postgres Advanced Server 10 was released and one feature which might be handy is auto pre-warming. What this does is to save all the buffers (or better a description of the buffers) which(…)
Database Administration & Monitoring Displaying the contents of a PostgreSQL data file with pg_filedump 08.11.2017 by Daniel Westermann Did you ever wonder what exactly is in a PostgreSQL data file? Usually you don't care, I agree. But there might be situations where knowing how you can do this might be a great help. Maybe your file is corrupted(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server Tips: Deactivate the Customer Experience Improvement Program (CEIP) 07.11.2017 by Stéphane Haby Before SQL Server 2016, you had the possibility to check the case “Send Windows and SQL Server Error Reports….” during the installation if you want to be a part of the Customer Experience Improvement Program (CEIP). In SQL Server(…)
Database Administration & Monitoring Pass Summit 2017: how to bypass SQL Server security 06.11.2017 by Stéphane Savorgnano Last Friday I saw a very interesting session in Pass Summit 2017 about how to Bypass, or Ensure, SQL Server security by Matt Martin. Matt explained us how to bypass SQL Server security with the complicity of your SQL(…)
Database Administration & Monitoring Can I have the same table published and subscribed (bi-directional) in PostgreSQL 10 logical replication? 03.11.2017 by Daniel Westermann When you start using PostgreSQL 10 logical replication you might think it is a good idea to setup bi-directional replication so you end up with two or more masters that are all writable. I will not go into the details(…)
Database Administration & Monitoring Are large objects supported in PostgreSQL 10 logical replication? 02.11.2017 by Daniel Westermann Another interesting topic that popped up last week during pgconfeu: Are large objects supported with logical replication in PostgreSQL 10? The only truth is a test, isn't it? Lets go...
Database Administration & Monitoring Pass Summit 2017 02.11.2017 by Stéphane Savorgnano Today starts the Pass Summit 2017 taking place in Seattle. After a small fly over the Ocean, more than 10 hours… yesterday, and a nice jet lag which avoid me to sleep later than 4AM this morning, I arrived(…)
Database Administration & Monitoring PASS SUMMIT 2017 – SQL Server Security 01.11.2017 by Nathan Courtine Today is the first day of the PASS SUMMIT 2017 in Seattle (WA). The weather is cloudy and we have only 11°C… but where is the problem? Everything happens inside! (at the Convention(…)
Database Administration & Monitoring Are temporary tables auto vacuumed in PostgreSQL? 31.10.2017 by Daniel Westermann While doing the EDB quiz at their booth last week at pgconfeu one of the questions was: Are temporary tables auto vacuumed? What do you think? My first thought was yes, but lets see. The first question(…)