Viewing 15 posts - 16 through 30 (of 51 total)
Legacy Cardinality Estimation: If performance regressions occur after upgrading, SQL Server 2019 allows enabling the legacy CE model for specific databases or queries. This can be done using the ALTER...
April 14, 2025 at 3:00 pm
Execution Plan Differences: Compare execution plans before and after migration to identify bottlenecks.
Query Store Analysis: Use Query Store to analyze execution times and identify regression cases.
Locking and Blocking: Investigate any...
April 14, 2025 at 2:50 pm
The database compatibility level determines how SQL Server interprets and optimizes queries based on the version's features. If your database was migrated from SQL Server 2017 to 2019, it may...
April 14, 2025 at 2:42 pm
Your welcome.
April 11, 2025 at 5:08 pm
Check SSIS Package Configuration: If you're using SSIS, ensure the package is configured to run under a domain account with access to both the file and the Excel object.
April 10, 2025 at 7:58 pm
Could be a rendering issue if you are doing any calculations, Conditional formating or grouping with totals in the report. Or if you have a embedded image. Take a look...
April 10, 2025 at 2:24 pm
Using SQL Queries on the ReportServer Database. The and tables in the ReportServer database store information about data sources and reports.
You can get the "New Datasource Link "from Datasource Table...
April 7, 2025 at 11:13 am
CREATE TRIGGER TriggerName
ON YourTableName
AFTER DELETE
AS
BEGIN
-- -- Check if any row was deleted (= 1 or True)
IF EXISTS (SELECT 1 FROM DELETED)
...
April 6, 2025 at 4:29 pm
Backup your SSRS Databaes(ReportServer and Report Server Temp DB and Any other DB needed) using Microsoft SQL Server Managment Studio:
And Backup your Encryption Key using...
April 3, 2025 at 7:09 pm
double post.
April 3, 2025 at 6:40 pm
You can set permisions per report or on entire folder. My hunch is you have permissions set on reports not the folder.
April 3, 2025 at 6:40 pm
Found this:
Use Key Vault Insights: Azure provides Key Vault Insights, a feature in Azure Monitor, to visualize metrics like request frequency, latency, and failures.
Monitor SQL Server Activity: If you're using...
April 3, 2025 at 11:23 am
Viewing 15 posts - 16 through 30 (of 51 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy