SSRS (SQL Server Reporting Services) Best Practices Data Sources 1. Use shared data sources even if there is only dataset 2. In case of providing fixed credentials, use read-only user accounts 3. Do not create report using SSRS Report Builder Data Sets 1. Try to keep report fields in single dataset. If the parameters are being populated from dataset then that dataset must be kept separate. 2. Do not hard code anything either in the query or calculated dataset fields. Use parameters instead of hardcoding values 3. Instead of filtering data in the dataset filters, filter the same in query 4. Do not pull unnecessary fields 5. Do not call queries that updates data in the data source objects e.g. Database Table 6. ...
The blog includes article on Datawarehousing, Business Intelligence, SQL Server, PowerBI, Python, BigData, Spark, Databricks, DataScience, .Net etc.