Database Administration & Monitoring, SQL Server dbi Event Recap: SQL Server Automatic Tuning and Query Store 15.11.2021 by Steven Naudet 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 Steven Naudet 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(…)
Database Administration & Monitoring, Database management, SQL Server Automate restore from Rubrik with PowerShell (part 2) 16.07.2021 by Stéphane Savorgnano As promised during my last Rubrik blog post I’m writing a second one to explain how to: log your different steps in a file add an integrity check after the restore and also improve my first scripting I will(…)
Database Administration & Monitoring, SQL Server SQL Server: table variables performance limitations 14.07.2021 by Steven Naudet Doing some performance troubleshooting for one of my customers I identified some issues with very large table variables inside Stored procedures. Table variables limitations are not well understood by developers although they are now well documented. Table variable(…)
Database management, SQL Server, Technology Survey SQL Server 2019: What’s new on database scoped configuration options? 06.07.2021 by Stéphane Haby SQL Server 2019 added three new options in sp_configure and sys.configurations. First, how can we find the difference between these SQL Server Versions. This simple query will give us the number of options and the SQL Server Version: select(…)
Database Administration & Monitoring, SQL Server SQL Server: Fixing another huge MSDB database – 80GB+ 01.07.2021 by Steven Naudet I have blogged several times about unusually large MSDB databases like here. Most of the time the problem comes from the backup history which is never purged. This time it’s different. Try to guess, if not the(…)
Database Administration & Monitoring, Database management, SQL Server, Technology Survey SQL Server 2019: What’s new in sp_configure and sys.configurations options? 29.06.2021 by Stéphane Haby SQL Server 2019 added new options in sp_configure and sys.configurations. First, how can we find the difference between these SQL Server Versions. This simple query will give us the number of options and the SQL Server Version: select(…)
Database Administration & Monitoring, Database management, Development & Performance, SQL Server SQL Server SCOM Alert Analysis: The Average Wait Time of SQL instance “xxx” on computer “xxx” is too high 28.06.2021 by Stéphane Haby I have an interested alert on SCOM for SQL Server by a customer two weeks ago. In the SCOM interface, the warning on the server is MSSQL2016: The Average Wait Time of SQL instance “xxx” on computer “xxx” is(…)