Cloud, Database Administration & Monitoring, MariaDB, MySQL, Oracle What I really like about Percona PMM 14.01.2022 by Elisa Usai Percona Monitoring and Management tool (PMM) is an Open Source product which was developed to help DBAs and developers to monitor and manage MySQL, PostgreSQL and MongoDB performances. In this blog post, we will see that we(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server: msdb too big with the table dbo.sysmaintplan_logdetail 28.12.2021 by Stéphane Haby Today, I was by a new customer and the I see that the msdb data file was over 4GB. A little too big… To see which table are so big, in SSMS, I select the msdb database, right-click, go in(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server: Cannot execute as the database principal “dbo” does not exist 27.12.2021 by Stéphane Haby By a customer this month, I see a very big big ErrorLog file (more than 1,5GB). When I open the file, every 5 seconds, the following message is added: The activated proc ‘[dbo].[IdentityServerNotificationCleanup]’ running on queue ‘<database>.dbo.IdentityServerNotificationsQueue’(…)
Database Administration & Monitoring, Database management, Development & Performance, SQL Server SQL Server: how to have the number of core-based licenses used on my environment? 08.12.2021 by Stéphane Haby This week, a customer asks me to find out how many SQL Server Standard licenses are used in their environment. The licensing is core based and to not be used for Sserver + Cals licenses. To have an idea,(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server – Granting SQL Server permission to service SID 22.11.2021 by Christophe Cosme Introduction We know that SQL Server itself is using it own SID NT SERVICEMSSQL$ and NT SERVICESQLAGENT$ to grant permission to the database engine and the SQL agent services. But the same method can be used for other application(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server database design – Moving table to new filegroups 15.11.2021 by Christophe Cosme Introduction A database is very often created without thinking of its growing and in the most cases that is not really an issue until the data volume is not increasing a lot. And most of the time when a high(…)
Database Administration & Monitoring, SQL Server dbi Event Recap: SQL Server Automatic Tuning and Query Store 15.11.2021 by Microsoft Team Earlier this month, dbi services hosted a free multi-technology event. Details are available on our website. I had the opportunity to present a session about the Query Store and the Automatic Tuning feature available on SQL Server and(…)
Database Administration & Monitoring, SQL Server SQL Server: Is Fill Factor applied during INSERT? 13.11.2021 by Microsoft Team The Fill factor setting controls the amount of space that is left available on the index data pages. The goal is to allow new rows to be inserted or existing ones to change size (UPDATE) without resulting in(…)
Database Administration & Monitoring, Database management, Operating systems, Oracle, SQL Server Configuring ODBC : SQLServer Access From Oracle 02.11.2021 by Oracle Team By Mouhamadou Diaw Sometimes you need to access to your SQLServer from your Oracle database. There is many ways and tools to do this. In this blog I am describing how to perform this task using ODBC. The configuration(…)
Database Administration & Monitoring, Database management, SQL Server, Security How to find the TLS used for the SQL Server connection 24.08.2021 by Stéphane Haby For a customer, I do some research to find which TLS is used on the SQL Server environment. The only way is to create an Extended Event. A big limitation is that the event used is only available on SQL(…)