Na této stránce budu udržovat zdroje informací k business intelligence v angličtině. Bohužel kvalitních webů zaměřených čistě na Business Intelligence moc není. Zdroje, které jsem dohledal jsou zaměřeny hlavně na SQL Server, Data, Excel nebo BI.
- SQL Authority | feed – Pinal Dave je autor a správce asi největšího blogu o SQL s cca 3600 články a působí jako nezávislý konzultant a školitel.
- SQL ServerCentral | feed – Největší komunita na SQL Server. Web obsahuje spoustu článků, diskusí a tutoriálů
- SQL Shack | feed – Relativně nový blog o databázích a administraci SQL Server
- 1KeyData – Dobrá webová stránka o datových skladech a BI, bohužel bez feedu
- MSSqltips – Taky super webová stránka, ale nepodařilo se mi proklikat na feed
- Excel University | feed – Celkem aktivní blog log Jeff Lenninga
Pokud máte jiné dobré zdroje tak sem s nimi
- How to work with web information, maps, and images in Power BIby Daniel Calbimonte on 16.1.2023 at 0:00
In this article, you will learn how you can add the map and image visuals to your Power BI report and have them update as you select different data values. The post How to work with web information, […]
- How to Find Missing Rows in a Tableby Additional Articles on 16.1.2023 at 0:00
When someone says, “Find all the rows that have been deleted,” it’s a lot easier when the table has an Id/Identity column. Let’s take the Stack Overflow Users table: The post How to Find […]
- Bucket Sort Algorithm in Python to Sort a List of Array Valuesby Additional Articles on 16.1.2023 at 0:00
Learn about how to implement a simple bucket sort algorithm using Python code to sort a list of array values. The post Bucket Sort Algorithm in Python to Sort a List of Array Values appeared first on […]
- Getting started with SQL LIMIT clauseby Manvendra Singh on 13.1.2023 at 11:28
Today, I am going to explain how to use the SQL LIMIT clause to limit output values. We all know RDBMS systems are one of the popular ways to store, protect, access, and analyze data in a structured […]
- Database Sharding to help Improve Performance and Maintenance Tasksby Additional Articles on 13.1.2023 at 0:00
In this article, we will review the benefits and drawbacks of using database partitioning (sharding) to help improve performance and maintenance tasks. The post Database Sharding to help Improve […]