This page covers good quality information sources on business intelligence articles. Unfortunately, there is not much Business Intelligence-focused websites. The sources I found are mainly focused on SQL Server, Data, Excel.
- SQL Authority | feed – Pinal Dave is the author and administrator of the largest SQL blog with about 3600 articles and works as an independent consultant and trainer.
- SQL ServerCentral | feed – The largest community focused on SQL Server. The site contains lots of articles, discussions and tutorials
- SQL Shack | feed – Blog about databases and SQL Server Administration
- 1KeyData – Very good website about data warehouses and BI, unfortunately without rss feed
- MSSqltips – Also a great website, but I couldn’t find the rss feed
- Excel University | feed – Jeff Lenning’s Blog
If you wish to add another websites, please let me know
- 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 […]