Database Administration & Monitoring, SQL Server, Security SQL Server Security: Check if the guest is active on all user-databases through the CMS 08.08.2022 by Stéphane Haby Today, a customer asks me to have look on each SQL Server instance to control if the user-database Guest is active or not. The easiest way is to go through the CMS (Central Management Servers) with a query but witch(…)
Database Administration & Monitoring, Database management, Oracle A few words about the good to know MAX_IDLE_BLOCKER_TIME 30.07.2022 by Oracle Team The increasing popularity of tools like SQL Developer and Toad, sometimes comes hand in hand with an increase of stuck sessions.This is especially seen in cases where: User A does a change (neither committed nor rolled back). Then, switches to(…)
Business Intelligence, Database Administration & Monitoring, Security Power BI – Active Directory data integration 15.07.2022 by Christophe Cosme Introduction This documentation explains how to integrate Active Directory data in a Power BI report. It explains also how to link this data with another data source. To illustrate the method, we will integrate Active Directory Computer data and link(…)
Database Administration & Monitoring In which schema do temporary tables go in PostgreSQL? 12.07.2022 by Daniel Westermann As you might know, you can create temporary tables, views and sequences in PostgreSQL. Temporary means, that the temporary table, view or sequence will be dropped when you either end your session or you transaction. When the drop will happen(…)
Database Administration & Monitoring Contained Availability Groups error 01.07.2022 by Stéphane Savorgnano During my testing about the new SQL Server 2022 feature Contained Availability group I faced an issue during the creation of the system databases on the secondary instance. I used the wizard to create a new Contained Availability Group and(…)
Database Administration & Monitoring Get SQL Server database size with PowerShell 28.06.2022 by Nathan Courtine Introduction For various reasons, following the evolution of the data size of databases is interesting for a dba or for the application team. Most of the time, this is something built-in for monitoring tools – convenient to follow the evolution(…)
Database Administration & Monitoring Reminder about SSMS 24.06.2022 by Stéphane Savorgnano As you know, since SQL Server 2016, SQL Server Management Studio is not anymore part of the SQL Server ISO files and needs to be downloaded independently. If you want to have a complete list of all SSMS versions please(…)
Database Administration & Monitoring A 7 year journey, my longest employment ever 13.06.2022 by Daniel Westermann It has been an amazing ride: 1st of May 2022 I have been with dbi services for exactly seven years. This is by far the longest employment in my career. When I started way back in 2015 most of my(…)
Database Administration & Monitoring, SQL Server First look at SQL Server 2022 Contained Availability Groups 09.06.2022 by Steven Naudet Introduction SQL Server 2022 introduces the new concept of Contained Availability Groups. This is something that DBAs have been waiting for since Availability Groups were introduced 10 years ago. Contained Availability Groups enhance the Availability groups by providing the(…)
Database Administration & Monitoring, SQL Server SQL Server 2022 Parameter Sensitive Plan optimization 01.06.2022 by Steven Naudet Introduction The Intelligent Query Processing (IQP) feature family is extended with SQL Server 2022.One of the most anticipated features is the Parameter Sensitive Plan optimization. I started to test this new feature. In this post, you will find some(…)