Need support for SSRS
I developed a report and tested it on Visual Studio SSRS and deployed, I checked data source connection to be working but report still throwing error. see error message below:
Need support for SSRS
I developed a report and tested it on Visual Studio SSRS and deployed, I checked data source connection to be working but report still throwing error. see error message below:
Do I need to do something if I get the "Azure SQL Database 2014-04-01 APIs will be retired on 31 October 2025" email?
Hi Getting the "Azure SQL Database 2014-04-01 APIs will be retired on 31 October 2025" email asking me to upgrade the API-s. We are hosting for our customer a shared "SQL Server" in our Azure with 4 databases. When I am running the…
![](https://techprofile.blob.core.windows.net/images/BMwa9ZCZKUeVA47bRO2dag.png?8DC57D)
![](https://techprofile.blob.core.windows.net/images/BMwa9ZCZKUeVA47bRO2dag.png?8DC57D)
When I am running a long running query or stored procedure on Azure Sql databse, I am getting "A transport-level error has occurred when receiving results from the server" error. I have tried same query from portal as well but
When I am running a long running query or stored procedure on Sql databse, I am getting Msg 64, Level 20, State 0, Line 0 A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified…
The [VS2017PATH] points to the SSMS 21 Preview directory instead of the Visual Studio 2022 directory. How can I modify it to correctly reference the VS2022 directory when searching for the SSDT folder in the wxs file using DirectorySearch?
Issue with SSDT Folder Search Path in SSMS 21 Preview I’m encountering an issue with the search path for the SQL Server Data Tools (SSDT) folder when using SQL Server Management Studio (SSMS) 21 Preview. Below is the wxs code I’m using for the search…
![](https://techprofile.blob.core.windows.net/images/tpVsnZqNykaY4yU1U4B4hg.png?8DA451)
Error when connecting to Sql Server using Microsoft Sql Server Management Studio
Hi, Team I got an error when connecting to Sql Server using Microsoft Sql Server Management Studio. There was no problem before. Can you help me find out the reason? The following is the detailed error information TITLE: Connect to Server Cannot…
Region-specific drives for a VM located in Azure AU region
Hi Team, We have a requirement from clients to have the data in the respective data drives, for example - client from US wants to have their data in a drive which is physically located in the azure data centre in US region. We are looking at partitioning…
Re-Ouvrir directement un fichier sql server query
Bonjour , Depuis +/- 1 mois si je veux ouvrir un fichier sql server query contenant déja une requete sql , cela lance bien le logiciel "microsoft sql server 2014 management studio " , mais sur une query vide de code . Auparavant cela ouvrait…
![](https://techprofile.blob.core.windows.net/images/YC3KiAudCk6A0I6NB9vOyA.png?8DA953)
Unable to install sql server(setup.exe) Exit code(decimal): -206805377Error description: invalid command line argument Consult the windows installer SDK for detailed command line help
I've been trying to find a solution for this but i can't at all. I tried deleting everything all files and programs and reinstalling. I even deleted the files from registry editor. I also cleaned my recycling bin but sill the issue presists. I changed…
![](https://techprofile.blob.core.windows.net/images/LaMnhm6dYUm819lrFKr8rA.png?8D834F)
Why I can't uninstall the sql server 2019?
Why when i try to delete the sql server 2019, i couldn't delete the shared features SQL Client Connectivity SDK. This is the error details showed:Action required: Use the following information to resolve the error, and then, try to uninstall this feature…
![](https://techprofile.blob.core.windows.net/images/YC3KiAudCk6A0I6NB9vOyA.png?8DA953)
SSIS Data from SQL Server into an Excel File Using SSIS
Good day, I have data like the below: CREATE TABLE [dbo].[test_data]( [Local_Site] [varchar] NULL, [LM_Company] [int] NULL, [TotalStaff] [int] NOT NULL, [NewOpp] [nvarchar] NULL, [ExistOpp] [nvarchar] NULL, [EasyTarget] [int] NOT NULL, [GoldTarget] [int]…
Which SQL Server Collation setting to use?
Hello, user is requesting a new empty DB to be created on our SQL Server 2019 instance and some of the requirements worth noting are... Encoding: UTF8 Case Insensitive Was mentioned it should be similar to one of our existing old SQL Server DBs which…
![](https://techprofile.blob.core.windows.net/images/_KR_hQAAAwAAAAAAAAAAAA.png?8D8440)
Can I execute a report from Report Builder in my VS2022 VB.net WinForms application
I have been able to display a report on an asp webpage from my vs2022 vb.net webforms application but I can not display a report that has more than 1 table/dataset. Is this possible?
Can I execute a report from Report Builder in my VS2022 VB.net WinForms application
I have been able to display a report on an asp webpage from my vs2022 vb.net webforms application but I can not display a report that has more than 1 table/dataset. Is this possible?
Store proc body with select and update
We have store proc in azure sql db which is having select and update statement, with select we don't have any issue but while updating if we are updating less then 14 rows then it's working fine but if we have more then 14 rows then it is not…
![](https://techprofile.blob.core.windows.net/images/_KR_hQAAAwAAAAAAAAAAAA.png?8D8440)
Database Mail SQL Server
Hello, Anyone know why if we send mail from SQL Database mail i always git this error. "The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 1 (2025-02-10T18:57:12). Exception Message: Cannot…
![](https://techprofile.blob.core.windows.net/images/zCxR1gzTUkeGX5-wM6PGoA.png?8DB52A)
![](https://techprofile.blob.core.windows.net/images/LaMnhm6dYUm819lrFKr8rA.png?8D834F)
SQL Server 2022 Express installation issues.
I have been trying to install SQL Server Express all morning. I run the installer as admin and make sure everything from previous attempts has been removed. Attached are my detail and summary files from my most recent failed…
![](https://techprofile.blob.core.windows.net/images/LaMnhm6dYUm819lrFKr8rA.png?8D834F)
SSRS 2022 Embedded images not appearing when taskbar = False
Reports with embedded images work perfect when taskbar = true. However, the resources can not be found when = false. I've spent over 2 hours with ChatGpt troubleshooting logs and configuration settings. My wildcard cert is working perfectly. Both portal…
![](https://techprofile.blob.core.windows.net/images/LaMnhm6dYUm819lrFKr8rA.png?8D834F)
Why MSDN deprecates the AddWithValue method
I am trying to connect to a SQL Server table and update or register data in a program created in C#. In order to create a program that can take measures against SQL injection and support N prefixes, I am thinking of using the AddWithValue method, a…
I can't install sql server 2022 developer deition
Screenshot 2025-02-11 175236.png Summary_S3R6E-PC_20250211_181332.txt this is what i'm having trouble with. i can't install it on my pc.
![](https://techprofile.blob.core.windows.net/images/YC3KiAudCk6A0I6NB9vOyA.png?8DA953)