Error connecting to SQL Server in SCCM
I want to use SQL queries for SCCM, but I encounter an error when connecting to the server in SQL Server Management Studio. The message says, "A connection was successfully established with the server, but then an error occurred during the login…
What is MARS commection
Hi, ALL, I thought that MARS connection is for the following scenario: SELECT field1 FROM table1 WHERE SELECT field2 FROM table2 WHERE table2.field1 = table1.field1_value As you can see there are 2 open statements for which MARS is a solution, Apparently…
"Unable to install SQL Server (setup.exe) Exit Code (Decimal): -2061893607" - Error
Please help me, I need assistance as soon as possible. I uninstalled my previous SQL Server version and now I want to install SQL Server 2022, but I'm getting an error.
Error during installation of SQL Server 2022 Express - Exit code (Decimal) - Wait on the Database Engine recovery handle failed
Hi, I tried to install SQL Server 2022 Express a couple of times and I keep getting the error: Exit code (Decimal): -2061893606 Error description: Wait on the Database Engine recovery handle failed I know it's a generic error and I tried to check the…
SqlDataReader error “Invalid attempt to read when no data is present”
My environment used is Visual Studio 2022 v17.12.4. Language is C# and connecting to SQL Server Express v16.0.1135.2. This is a Windows form using .Net Framework 4.8.1. I am getting the error message “Invalid attempt to read when no data is present”…
How to Register SPN for MSA/gMSA in SQL Server on Azure VMs
A server farm consisting of about 20 Azure SQL VMs is undergoing a security hardening exercise. The goal is to transition from built-in and individual domain accounts to Managed Service Accounts (MSA) and Group Managed Service Accounts (gMSA) to…
Get information about event
Hi, ALL, The docs at https://learn.microsoft.com/en-us/sql/t-sql/statements/create-event-notification-transact-sql?view=sql-server-ver16#examples sample D shows how check for the event However, I took a look at the sys.event_notification table and there…
CREATE NOTIFICATION IF NOT EXIIST
Hi, ALL, Is there a way to do thttps://learn.microsoft.com/en-us/sql/t-sql/statements/create-event-notification-transact-sql?view=sql-server-ver16 if one do not exist? Thank you,
SQL Server fatal error 4014
Hi, I got error: MSSQLSERVER 4014 A fatal error occurred while reading the input stream from the network. The session will be terminated (input error: 10054, output error: 0). I applied the recommendations according to this…
i am unable to indtall sql server on my laptop, i am attaching a photo of what comes up as a problem
device specifications ryzen 5 ; 8 gb ram
Can't connect to SQL Server anymore.. Please help.
I used SQL last year for sometime just fine, then recently this month tried getting back to it & suddenly it doesn't work. I might have deleted some files by accident so I uninstalled everything SQL related & installed again. Still not connecting…
Invalid object name 'STRING_SPLIT' in SQL Server 2019
Hi Support, Our SQL server version is 2019 and check the compatibility level is 150, but it still have error "Invalid object name 'STRING_SPLIT' ". We also tried the case sensitive according to this link, both of them have the same error. …
Microsoft SQL Server Studio - Dark Mode
Is there any official method to use Microsoft SQL Server Management Studio Studio with Dark Mode?
I get an error when I connect to the local installed SQLserver and try to load data into PowerBi.
This is the error I get. Details: "Loading assembly file 'System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' failed for data source type 'SQL'" I installed the latest version os SQL and…
Unable to install SQL Server 2019.
Detail.txt Screenshot 2025-01-23 163220.jpgI have tried multiple times and I recieve the same message every time. I have attached a screenshot of the error and the text file it gave me
Understanding Transaction Log Truncation in SQL Server 2022
In an Azure SQL Server 2022 environment with multiple databases configured with FULL recovery mode, hourly log backups are taken, and full backups occur nightly. According to the documentation, the expectation is that the log space usage should decrease…
Error at recreating new Excel table in SSIS after deletion
Greetings, I was trying to make a SSIS package in order to recreate an Excel file which contains some result of a SQL query I'm executing. My architecture is like this: In "Borrar tabla Excel" I delete the existing Excel table via a DROP…
Transient error in SSRS reports.
When we open a report in SSRS web service url it sometimes fails with the below error. When the same report is opened in web portal url with the same account, it opens with no errors. If we open an SSMS session with the same user and run any stored…
Transient error in SSRS reports.
When we open a report in SSRS web service url it sometimes fails with the below error. When the same report is opened in web portal url with the same account, it opens with no errors. If we open an SSMS session with the same user and run any stored…
SSRS Report Server Connection refused
Hello, i have trouble with SSRS, when i try to connect on the local Server via http://localhost/reports or http://localhost/reportserver the connection is refused. On the machine there are SQL Server2022 and SSRS 2022 installed. I checked the services…