PDF Export with a custom font giving the error "Cannont find or create the font 'xyz,Bold'."
I've ran into an issue I have never seen before, maybe somebody could help before I pull my hair out any more. We've got some reports we did for a customer in SSRS. They work fine and render fine. Recently the customer gave us a custom font their…
SQL Server Reporting Services
How to get audit details from sys.fn_get_audit_file, sys.dm_audit_class_type_map and sys.dm_audit_actions ?
Hi, I want to extract audit details by using following dmvs SELECT distinct event_time, succeeded, server_principal_name, database_name, object_name, statement,fng.action_id ,da.name,fng.class_type FROM sys.fn_get_audit_file('C:\Audit*.sqlaudit',…
SQL Server Database Engine
Failed to update the SQL server 2019 CU27+GDR with KB5040948
Dear All, Currently I'm facing and issues of applying SQL server 2019 CU as below: Summary the Step: 1. Unable to open the file installer of KB5040948, as below: The below are the error logs in Setup Bootstrap log: Overall summary: Final result: The…
SQL Server Database Engine
Upgrading SQL Server from 2016 to 2022 SSIS query
Hi, I am looking to upgrade around 6 virtual machines utilizing SQL Server 2016 to 2022. One of these servers runs multiple SSIS jobs hourly and I am concerned that the upgrade will cause incompatibility for these jobs. I have been informed that these…
SQL Server Integration Services
sp_executesql is not working when sql server is running in a container
sp_executesql is not working when sql server is running in a container. The issue only happens when I specify collation as Latin1_General_BIN docker command: docker run -d -p 1433:1433 -e 'ACCEPT_EULA=Y' -e "MSSQL_SA_PASSWORD=$db_password" -e…
SQL Server Database Engine

SQL Database writes suddenly slow.
Writing to SQL Server Database has suddenly become very slow since April 26th 2025. Everything is run on premise within the same region. Nothing has changed on our end. Writing tasks that once took 11 seconds now take 3 minutes. Writing tasks that once…
SQL Server Database Engine
Added package from disk to a project then tried to rename it, but the original name is preserved in the project
Good day, I added a package saved on disk to an SSIS project. I then modified it and renamed. However, the original name with (1) is still shown in the project although I can see that the newly named package is saved in the project directory. But the…
SQL Server Integration Services
How to fix the below issue? I have tried all possible ways including cleanup and reinstalling but nothing worked and was exhausted of this issue. Kindly help me to sort out this issue.
How to fix the below issue? I have tried all possible ways including cleanup and reinstalling but nothing worked and was exhausted of this issue. Kindly help me to sort out this issue.
SQL Server Database Engine

udpStagingSweep Stored Procedure, commonly associated with Master Data Services (MDS) for managing staging data, is not available in SQL Server 2019.
Hi I am upgrading Master Data Services from 2012 to 2019, It appears that the udpStagingSweep stored procedure, commonly associated with Master Data Services (MDS) for managing staging data, is not available in SQL Server 2019. Over the major version…
SQL Server Migration Assistant
SQL DB not Found
Hi, I have created SQL Server with multiple SQL Database in it, but when I try to click the Database in the Azure Portal, it says Resource Not Found, I can connect to the same database in the SQL Server Management Studio, I have also tried getting the…
SQL Server Database Engine
SSRS Permissions Issue: User Unable to View Reports despite Browser Role
Hello, I’m facing an issue with SQL Server Reporting Services (SSRS). I have a user who is assigned to the “Browser” role on the folder, but despite this, the user is unable to view the reports. The user receives the error: Does anyone have…
SQL Server Reporting Services
Error during setup process of SQL 2022 express
Detailed results: Feature: Database Engine Services Status: Failed Reason for failure: An error occurred during the setup process of the feature. Next Step: Use the…
SQL Server Database Engine
The specified service does not exist as an installed service- SQL Server 2022
Hi I am trying to install SQL server 2022 and getting the error pop up: "The specified service does not exist as an installed service". Any solutions please let me know. I have also attached the screenshot of error and Detail.txt file from log…
SQL Server Database Engine
How to migrate large tables of size around 30gb from sql server 2014 to sql server 2022?
Hi , what would be the best way to migrate table of size 30 GB from sql server 2014 to sql server 2022?
SQL Server Database Engine
WSFC Issues with Node failing Over but the Roles stay on the old primary
Hi Hope someone can help me out here, last couple of nights our WSFC has failed over, The servers have not been restarted but the Primary Node failed over to the Secondary node, though none of the Availability Groups moved with the failover, all the…
SQL Server Database Engine
Unable to Silent install SQLServerReportingServices.exe version 2022 Version: 16.0.1117.32
Unable to silent install SQLServerReportingServices.exe**.** It runs for a few seconds and then exits. No log. No folder created in C:\program files. Double clicking this exe will launch the GUI installer and installs without issue. Downloaded…
SQL Server Reporting Services
How to recover the Azure sql flexible server database from the deleted resource
My resource is accidently deleted need to get the backup of the mysql database from the deleted resources how should i get it .
SQL Server Database Engine
Auto Pause Setting up an ElasticJob Server on serverless
I have set up my main database server on Microsoft SQL Azure (Cloud). This is up and running. I need to run jobs at scheduled times. I believe I need to set an Elastic Job Agent. I go through the steps to "Create Elastic Job Agent" Under…
SQL Server Database Engine
Azure SQL to Fabric
I'm thinking to move to Fabric from the below set up. Have the following questions. We currently use ADF to extract data from netsuite via selfhosted VM (odbc) + Provisioned Azure SQL for data processing data into facts and dimensions (3 independent fact…
SQL Server Database Engine
Azure SQL Slowness
I use ADF to extract data sources + Provisioned Azure SQL for data processing data into facts and dimensions (3 independent fact tables + 10 dimensions). DB size is around 550GB. Total GB allocated 950. I have a prod and dev version (same db name). NONE…