Database Administration & Monitoring syspolicy_purge_history job and PowerShell ExecutionPolicy 26.04.2016 by Nathan Courtine Since SQL Server 2008, Microsoft has introduced a system job called “syspolicy_purge_history”. This job is installed and enabled by default, and it contains three steps scheduled at 02:00 AM: What is this job?(…)
Database Administration & Monitoring The (almost) same sample schema for all major relational databases (3) – MySQL/MariaDB 26.04.2016 by Daniel Westermann Some time ago I blogged on how to get the "Dell DVD Store Database Test Suite" installed in PostgreSQL and Oracle. This time we'll do the same on a MariaDB instance.
Database Administration & Monitoring Maintenance scenarios with EDB Failover Manager (3) – Witness node 19.04.2016 by Daniel Westermann In the last posts ( Maintenance scenarios with EDB Failover Manager (1) – Standby node , Maintenance scenarios with EDB Failover Manager (2) – Primary node ) we looked at how to perform maintenance(…)
Development & Performance, Technology Survey SQL Server 2016: R Services 19.04.2016 by Stéphane Haby I was during a long time captivated by the R programming language. I’m happy to see that SQL Server 2016 provides now a SQL Server R Services. This service enables SQL Server to execute R scripts. The first(…)
Database Administration & Monitoring Maintenance scenarios with EDB Failover Manager (2) – Primary node 18.04.2016 by Daniel Westermann In the last post I looked at how you can do maintenance operations on the standby node when you are working in a PostgreSQL cluster protected by EDB Failover Manager. In this post I'll look on how(…)
Database management SQL Server 2016 RC3: .NET Framework 3.5 is no longer required during installation 17.04.2016 by Microsoft Team As you may certainly know, the last release candidate of SQL Server 2016 (RC3) has been released by Microsoft a couple of days ago. You may find the announcement here. As usual, after downloading the binaries(…)
Database Administration & Monitoring A short glance at Attunity replicate 16.04.2016 by Oracle Team By Franck Pachot . If you follow my blog, you should know that I really like Dbvisit replicate because it's simple, robust, has good features and excellent support. But that's not a reason to ignore other alternatives (and this is(…)
Application integration & Middleware, Development & Performance Java: Cannot delete file? 14.04.2016 by Middleware Team You may once went into the struggle to delete a file in java? So do I… I went so mad when I figured out that my files were still present even after a file.delete() or file.deleteOnExit(). It always(…)
Database Administration & Monitoring Oracle 12C Unified Auditing Feature in a multitenant environment 13.04.2016 by Oracle Team By Mouhamadou Diaw In oracle 12c we have a new feature called Unified Auditing. What is it, how to implement it, how it works in a multitenant environment that’s what we will try to explain briefly in this article. Traditional(…)
Database Administration & Monitoring The (almost) same sample schema for all major relational databases (2) – Oracle 13.04.2016 by Daniel Westermann In the last post we looked at how to install the "Dell DVD Store Database Test Suite" into a PostgreSQL 9.5.2 database. In this post we'll do the same with an Oracle database.