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…
Please clarify the behaviour of ARITHABORT on database with database compatibility level >= 90
I would like to check if the ARITHABORT setting might be negatively affecting my database performance. In the article https://learn.microsoft.com/en-us/sql/t-sql/statements/set-arithabort-transact-sql?view=sql-server-ver16 the following is stated: …
Problem with SqlParameterCollection.Add method to make SqlDbType all NVarChar
I am trying to access a SQL Server table with a program created in C# to update and register data. I am thinking of parameterizing the query and using the SqlParameterCollection.Add method to create a SQL statement. In this case, if I set SqlDbtype to…
![](https://techprofile.blob.core.windows.net/images/BShhHLCLI0-r4Esm5bkqDQ.png?8D8B44)
unable to use bcp_init or bcp_initA bulk copy functions when using odbc driver 18 as data source
Sir/Madam, I am unable to use bcp_init or bcp_initA bulk copy functions when using odbc driver 18 as data source. I know for sure that bcp_initA is there in the odbc driver 18 dll. but the function returns failure code. The same bcp_init function returns…
![](https://techprofile.blob.core.windows.net/images/LaMnhm6dYUm819lrFKr8rA.png?8D834F)
Azure DevOps deploy pipeline SSIS Catalog Configuration task fails with a missing file error
I have built a deployment pipeline in Azure DevOps that deploys an SSIS project to a SQL Server 2019 instance using an Azure Pipelines agent running on the same server. The pipeline has two tasks: Deploy the SSIS project using the SSIS Deploy task…
![](https://techprofile.blob.core.windows.net/images/LaMnhm6dYUm819lrFKr8rA.png?8D834F)
Does SQL Server Reporting Services Report Builder application support forms authentication to SSRS?
I have configured my SQL Server Reporting Services server to use Forms authentication to work with a custom SSO identity provider. The web experience works fine, but the Report Builder client application is not able to connect. Is there documentation…
![](https://techprofile.blob.core.windows.net/images/LaMnhm6dYUm819lrFKr8rA.png?8D834F)
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…
SSL Certificate Chain Not Trusted Error in SQL Server Connection in Power BI
I’m encountering an SSL certificate chain issue when trying to connect to my SQL Server from a Power BI server. The server connects, but when I click refresh, this error appears. Below are the details: Error Message: Microsoft SQL: A connection was…
![](https://techprofile.blob.core.windows.net/images/LaMnhm6dYUm819lrFKr8rA.png?8D834F)
Why did this error occur in Event Viewer at that time when the application was unable to connect to the database?
The configuration information of the performance library 'perf-MSSQL$SQLEXPRESS-sq|ctr14.0.1000.169.dII' for the 'MSSQL$SQLEXPRESS' service does not match the trusted performance library information stored in the registry. The functions in this library…
![](https://techprofile.blob.core.windows.net/images/YC3KiAudCk6A0I6NB9vOyA.png?8DA953)
Sql server 2022 unable to install. Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.
Hi, Ive been stuck trying to download SQL server 2022 for my pc. Summary_LAPTOP-SGOLUAOI_20230913_220637.txt Please help me
SQL gaps and island issue
Greetings!!! We're working on migrating data from a legacy application and have a requirement to get all the consecutive SESSION START_DATE & END_DATE. For the SESSION_ID - 8642, SESSION_TYPE - 3256, based on the requirement using sql server query…
![](https://techprofile.blob.core.windows.net/images/c4mRkDtLdU6n6fSv2i9uBg.png?8D843C)
SQL gaps and island issue
Greetings!!! We're working on migrating data from a legacy application and have a requirement to get all the consecutive SESSION START_DATE & END_DATE. For the SESSION_ID - 8642, SESSION_TYPE - 3256, based on the requirement using sql server query…
![](https://techprofile.blob.core.windows.net/images/c4mRkDtLdU6n6fSv2i9uBg.png?8D843C)
SQL Server 2022 Developer Edition - Installation of the SSIS Integration Services
Hello to all, I have been trying to do the one Integration Services installation on my SQL Server 2022 Developer Edition environment. Unfortunately I always get errors during the installation, these are mainly related to the installation of Microsoft OLE…
SQL Server 2022 Developer Edition - Installation of the SSIS Integration Services
Hello to all, I have been trying to do the one Integration Services installation on my SQL Server 2022 Developer Edition environment. Unfortunately I always get errors during the installation, these are mainly related to the installation of Microsoft OLE…
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…
How can I connect to my SQL server from my VM using a .NET application.
I have a .NET application on my azure virtual machine that will not connect to my azure SQL database. I can otherwise connect to the db on my vm using SSMS. My .NET application will connect from my local laptop. I am using ENTRA ID authentication.
Sortable MVC Tables with Stored Procedure
Hello everyone and thanks for the help in advance. I am developing a MVC application that requires a sortable table. The issue is that the tables utilize queries that are best suited for stored procedures. While researching, I cam across older…
Does SQL server hostname supports hypen?
Hi, I Am trying to install SQL server 2019, since the beggining I faced a lot of problems (to install SQL Server and to configure DBs on Mirroring) A new error I got says something about the hostname, my hostname is something like: hostname-01. Is hypen…
Can I to hide or disable Document Map SSRS?
I created a report in SSRS with two Tablix, firts Tablix needs groups elements, but when I create the groups the Document Map appears but I dont need the document Map, How can I disable de Document Map?, I dont need see it! Just need see the Document…
Document for Backup Restore
Any document/link about backup and restore of MS SQL Server database using Visual Studio Code? Similar to the below one for azure data studio. https://learn.microsoft.com/en-us/azure-data-studio/tutorial-backup-restore-sql-server Thanks!