Database Administration & Monitoring, Technology Survey SQL Server 2016 – Security: Dynamic Data masking 23.10.2015 by Stéphane Haby After my first blog on Security with Row level Security, I test the second Security new feature in the next version of SQL Server: Dynamic Data Masking. I presented(…)
Database Administration & Monitoring, Technology Survey Row Level Security (RLS) is also coming to MS SQL Server 29.09.2015 by Stéphane Haby Why “also” in my title? On 29 August, my colleague Daniel Westermann wrote an article about Row Level Security in the next version of PostgreSQL. Row Level(…)
Database Administration & Monitoring SQL Server 2016 : availability groups and the new ssis_monitor role for SSIDBB catalog 16.09.2015 by Microsoft Team During my investigation about the new AlwaysOn features, I wrote a blog post about the new SSISDB support for AlwaysOn. You can find it here: > SQL Server 2016 : availability groups and the new SSISDB support Just as(…)
Database Administration & Monitoring Row level security is coming to PostgreSQL 29.08.2015 by Daniel Westermann Before PostgreSQL 9.5 (which is in alpha2 currently) you could grant access to individual columns of a table to users or roles. A little test script to demonstrate this: (postgres@[local]:5432) [postgres] > select version(); version -------------------------------------------------------------------------------------------------------------- PostgreSQL(…)
Database management, Oracle Multithreaded 12c and ‘connect / as sysdba’ 24.06.2015 by Oracle Team By Franck Pachot . In Oracle 12c you can run Oracle processes as operating system threads, lowering the number of OS processes. But you can’t use OS authentification: you need to provide a password. Here is a way to(…)
Application integration & Middleware SharePoint Governance? Why? 12.06.2015 by Microsoft Team Companies are struggling with SharePoint. It’s been installed, and abandoned. Business stuff is not drove to make SharePoint succeed. From this point you need to dress up a governance for SharePoint. Governance focuses on the technology, business(…)
Application integration & Middleware D2 performance issues due to KB3038314 IE patch 18.05.2015 by Middleware Team I ran into a strange issue by a customer. When trying to open a huge VD on the D2’s right panel the browser freezes. It seems to be due to an Internet Explorer security patch. It is introducing huge performance(…)
Database management Use a wallet to encrypt Oracle client passwords 17.03.2015 by Nicolas Jardot In our more and more connected world, security is a big concern. Storing password is a very important topic because if a machine is compromised, we can assume that any password stored in clear text are also compromised. I had(…)
Database management Security via policies 10.02.2015 by Stéphane Haby Few weeks ago, I presented the session on security via Policies for “Les journées SQL Server 2014”, organized by the French SQL Server User Group (GUSS) in Paris. I promised to post our policies script(…)
Database management Security improvements in MySQL 5.7 30.11.2014 by Grégory Steulet If you have a look on the last mysql 5.7.4 version or later you will probably see that there are several security improvements. The list of added security features and improvements can be seen on the following page: http://dev.mysql.com/doc/refman/5.7/en/mysql-nutshell.html(…)