Database Administration & Monitoring, Database management, SQL Server, Technology Survey New SQL Server Management Studio Version 21 – First Test 13.11.2024 by Stéphane Haby Last week, at the Pass Data Summit, they announce the new version of SQL Server Management Studio: SSMS 21 You can find the preview in here. It’s a good opportunity to test this new version before(…)
Business Intelligence Ace Your Certification Exams with Confidence: A Proven Recipe for Success 12.11.2024 by Microsoft Team 1 Introduction Recently, a colleague approached me, saying, “Hey Nicolas, I’m thinking of going for the PL-300 (Microsoft Power BI Data Analyst Associate) certification. Do you have any advice on how to pass it with confidence?” As knowledge(…)
Database Administration & Monitoring, PostgreSQL, Security Postgresql Security with Builtin Roles and functions. 10.11.2024 by Adrien Obernesser Introduction As PostgreSQL continues to gain traction in enterprise-grade applications, I am increasingly tasked and asked about implementing robust security policies. And, as most current DBA positions are multi-systems nowadays, I wanted to make a quick summary on roles(…)
Database Administration & Monitoring, Database management PostgreSQL: Maybe we should give ZFS a chance (1) – baseline 10.11.2024 by Daniel Westermann Recently I’ve switched my PostgreSQL playground from Linux to FreeBSD. Not because I don’t like Linux anymore, just because I like trying out other operating systems and see what works the same and what is(…)
Application integration & Middleware, Enterprise content management Documentum – Impact of Java 17 and JAVA_TOOL_OPTIONS 06.11.2024 by Morgan Patou If you are familiar with Java, you probably know that starting with JDK 9, you may need to add some “–add-exports” or “–add-opens” parameters to the JAVA_TOOL_OPTIONS. This is the Strong Encapsulation, which started with(…)
Database Administration & Monitoring, Database management PostgreSQL: Partitioning an existing table (almost) online using table inheritance 01.11.2024 by Daniel Westermann The PostgreSQL mailing list archives are a wonderful place to get new ideas just by reading through random posts. This time I found an interesting idea on how to partition an(…)
Web Exploring FlyonUI with Vue.js: A Fresh and Evolving Library 31.10.2024 by Joan Frey As someone who has relied on Vuetify for most of my Vue.js projects, I’m always on the lookout for new libraries that can streamline development and keep designs modern. Recently, a new UI library called FlyonUI was released, and(…)
Database Administration & Monitoring, Database management PostgreSQL: Delaying authentication to debug a process 31.10.2024 by Daniel Westermann While investigating a customer issue (details here) one of the replies suggested to use pre_auth_delay to add a delay before a session is authenticated. Even if this was not useful for the actual issue,(…)
Web Vue – Creating an Awesome Parallax Effect with Swiper 31.10.2024 by Joan Frey Adding a parallax effect to your website brings a smooth, professional feel, making it more interactive and visually appealing. With Swiper for Vue, you can easily implement parallax effects for a slideshow. In this guide, we’ll create a parallax(…)
Business Intelligence Mastering SSIS with Excel – Resolving the ‘Microsoft.ACE.OLEDB.16.0 Provider is Not Registered’ Error 28.10.2024 by Microsoft Team 1 Introduction Dear Readers, Recently, I encountered the ‘Microsoft.ACE.OLEDB.16.0 Provider is Not Registered’ error while working on a data extraction task using SSIS. In this article, I’ll share how to fix this issue and also guide you through:(…)