Business Intelligence Power BI Report Server: unable to publish a PBIX report 12.04.2024 by Christophe Cosme Introduction I installed a complete new Power BI Report Server. The server had several network interfaces to be part of several subdomains. In order to access the Power BI Report Server web portal from the different subdomains I defined 3(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server Integrated acceleration & offloading 16.11.2023 by Christophe Cosme Introduction I was asked by one of my customers to have a look at the SQL Server 2022 Integrated acceleration & offloading feature. The goal of it is to provide a framework for offloading specific SQL Server workload compute to(…)
Business Intelligence, Development & Performance Data Platform Summit 2022 – Cracking Power BI Performance Tuning In A Day! 20.09.2022 by Christophe Cosme Introduction The second pre-conf I attended was about tuning Power BI. I was curious to hear and learn from Nikola Ilic, who presented the session, what his experience and technique are dealing to solve Power BI performance issues The agenda(…)
Azure, Big Data, Business Intelligence, Cloud, Database Administration & Monitoring SQL Server 2022 – Azure Synapse Link 15.09.2022 by Christophe Cosme Why is this feature interesting? The Azure Synapse Link for SQL Server 2022 will enable you to replicate your operational data into Azure Synapse Analytics dedicated SQL pool. Azure Synapse is an enterprise analytics service that accelerates time to insight(…)
Big Data, Business Intelligence, Cloud Data Platform Summit 2022 – Analytics at scale with Power BI and Azure Synapse 14.09.2022 by Christophe Cosme Introduction Introduction This morning I attended the first part of the pre-conf of the Data Platform Virtual Summit 2022 titled “Analytics at scale with Power BI and Azure Synapse” presented by Dave Ruijter. Working a lot with Power BI and(…)
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(…)
Business Intelligence, Development & Performance, SQL Server SSDT offline installation for Visual Studio 2019 25.03.2022 by Christophe Cosme Introduction Before Visual Studio 2019, you were able to install the SSDT with the offline installer. You were able to install it as a standalone Visual Studio for SSDT or for an already installed Visual Studio 2017. It was(…)
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 – Contained Database 01.04.2021 by Christophe Cosme Introduction You may have encounter already case when an application offers the possibility to create and maintain SQL database users and consequently the associated SQL Server instance logins. That’s of course not especially really what a DBA likes, loosing control(…)