1,739
questions
0
votes
0
answers
43
views
Format of the initialization string does not conform to specification - using same string for EF that worked for SqlClient
I am transitioning from code that uses Microsoft.Data.SqlClient to Microsoft.EntityFrameworkCore in .NET Core 8.0. I have a connection string that successfully connects to a local SQL Server Express ...
-3
votes
0
answers
29
views
when i am installing SQL, it is showing this error [closed]
Express Edition
Oops...
Unable to install SQL Server (setup.exe). Exit code (Decimal): -2061893606Error description: Wait on the Database Engine recovery handle failed. Check the SQL Server error log ...
0
votes
1
answer
46
views
Changes not showing in local SQL Server Express database after Razor Page form submission
I'm trying to connect to a local SQL Server Express database, but when I submit a form using my .cshtml.cs page, the data doesn’t appear in the table after the command executes. I’m not sure if this ...
0
votes
0
answers
20
views
How to Limit Resources for Search Queries on SQL Express to Avoid Impact on Overall Performance?
I’m running a news website using SQL Express as the backend database. The site’s search functionality is causing performance issues when users run queries with LIKE %term%. I have full-text indexing ...
1
vote
0
answers
76
views
ASP.NET Core 8 SignalR and Angular 8 integration: no messages after SQL Server database changes
I’m currently working on a project involving an ASP.NET Core 8 application with SignalR for real-time notifications with SQL Server,
an Angular 18 frontend, and SQL Server 2022 Express edition as the ...
0
votes
0
answers
93
views
How to fix SQL Server Management Studio install on Windows 7 SP1?
I am learning SQL Server on my Windows 7 Laptop. And I am trying to install SQL Server Management Studio, I have already installed SQL Server Express and Local DB.
Whenever I try to install SSMS on my ...
0
votes
0
answers
37
views
Automate Excel data to visual Studio and automate added excel data
So I was working in an internship over the summer trying to help a non-profit company.
I tried to automate the process of data from google forms to google sheets to excel to ssms. I figured out the ...
0
votes
0
answers
38
views
SQL query execution in nodejs using "msnodesqlv8" module
Issue with handling multiple SQL queries in Node.js with msnodesqlv8.
I have encountered an interesting problem while working with Node.js and msnodesqlv8 for SQL Server interactions.
Here is the ...
0
votes
0
answers
36
views
checking if SQL Express installed in Inno Setup [duplicate]
I am trying to figure out that SQL Express is installed on Machin in Inno Setup. so I did this
res:= RegQueryStringValue(HKLM, 'SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL', 'SQLEXPRESS'...
-1
votes
1
answer
124
views
Unable to connect to SQL Server database from VB.NET
I am using Visual Studio 2022 (VB.Net) and SQL Server 2022 Express. I am not a programmer; I just like teaching myself coding and trying to learn.
I have a program, and I am trying to access the data ...
0
votes
0
answers
49
views
GNUCobol 3.2.0 Copybooks
I am working with GNUCobol cobc version 3.2.0
It seems that COPYBOOKS do not work during the compile step? The source code is going through the esqlOC precompiler first. I have these to lines
COPY ...
0
votes
1
answer
41
views
Entity Framework Core / SQL Server Express returning byte array instead of string on m1 mac parallels
Wondering if anyone else is running into an issue with Entity Framework Core throwing an error when reading data from a local SQL Server Express instance that's running on an m1 mac and Parallels?
I ...
0
votes
0
answers
174
views
Error -2147217887 connecting to SQL Server Express using MSOLEDBSQL in Excel VBA
I'm trying to connect to a new SQL Server Express database (SQL Server 16.0.1000) and I can establish the connection with a .BAT file and also SSMS, but not in VBA. The name in SQL Server Management ...
0
votes
1
answer
189
views
Executing SSIS Package from DTExec batch file [closed]
I have an SSIS package which contains a Script Task, Execute SQL Task and File System Task inside of a Foreach Loop container.
I can execute the package without issue in Visual Studio, but when I try ...
0
votes
0
answers
170
views
Connect Budibase to SQL Server?
I have been trying to connect Budibase to SQL Server but all in vain. I have enabled the SQL Server Browser and SQL Server (SQLEXPRESS), however, I have failed to enable the SQL Server Agent (...