Skip to main content
0 votes
0 answers
113 views

I have a fresh installation of SQL Server 2022 LocalDB. When I try to initialize a database with a script using the command: sqlcmd -S (localdb)\MSSQLLocalDB -E I get the following error: No named ...
Ait Yahia Idir's user avatar
-1 votes
1 answer
104 views

I have a SQL script written by someone that uses outer apply on a function. I think a code generator WYSIWYG was used , I thought that all the CAST's was making it more stable, but apparently just ...
Robert's user avatar
  • 13
0 votes
0 answers
29 views

I encountered the following issue in InstallShield 2016: I'm trying to use SUPPORTDIR to place my executable file there. However, when I open the SUPPORTDIR folder (e.g., C:\Users\user-name\AppData\...
Igor Soom's user avatar
0 votes
0 answers
47 views

I have a question and I need help solving an issue. I have an installshield 2016 installation and I want to allow the user to either select an existing SQL Server database (and then the installation ...
Igor Soom's user avatar
1 vote
1 answer
65 views

I've searched again and again. Have a solution but must be easier way. Currently, I'm writing a SQL command to cycle through records for min value as first using the code below. As you can see, I am ...
Donald Whittaker's user avatar
1 vote
1 answer
44 views

I have to restore a SQL backup from someone external and have the following issue: Instead of making a nice single big file for the entire instance of SQL, I have a folder with 100+ individual ...
asdfmoin's user avatar
0 votes
1 answer
423 views

Our SQL Server log contains multiple messages for every database installed in the instance: RBPEX::NotifyFileShutdown: Called for database ID.... There is no error message about this in the window ...
willemjan putto's user avatar
0 votes
1 answer
112 views

I'd like to pull some data into SQL Server Express, from a high-current electrical test machine running SQL Server. The first problem I'm experiencing is that I can't get replication setup, because ...
david's user avatar
  • 2,706
0 votes
0 answers
32 views

I am trying to upload an image to save it to SQL Server Express. This is my view: @model Nettbutikk.Models.ProductsModel @{ } @Html.Raw(ViewBag.msg) @using (Html.BeginForm()) { @Html....
javed's user avatar
  • 1
0 votes
1 answer
49 views

I am trying to display an image in a view. Here I add an image in SQL Server Express (price is defined as int and picture is a varbinary(MAX) column): insert into products (price, picture) select ...
javed's user avatar
  • 1
1 vote
1 answer
131 views

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 ...
perihelions's user avatar
0 votes
1 answer
50 views

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 ...
Fraxx's user avatar
  • 1
1 vote
0 answers
230 views

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 ...
Mohamed Abdelrahman's user avatar
0 votes
0 answers
214 views

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 ...
Basel Alaa's user avatar
0 votes
0 answers
40 views

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'...
nnmmss's user avatar
  • 3,052

15 30 50 per page
1
2 3 4 5
116