Questions tagged as 'sql-server-express'

1
answer

SQL SERVER EXPRESS 2014 ERROR (Microsoft SQL Server, error 1225)

Good morning, fine, guys? Next work with database, and we have some problems with SQL SERVER 2014 x64 in Windows 10. I am doing the installation normally and changing the network configuration, in TCP / IP, to a specific port that we use....
asked by 28.10.2016 / 13:47
1
answer

Update on a column using more than one return

I have to update a given field of a table by subtracting from it the values returned from a select in another table. The problem I am facing is that as select returns more than one value and I have to go subtracting value by value, so I can comp...
asked by 14.11.2017 / 00:05
3
answers

Do not fill new column as Null and yes with specific value in the script

I have a specific table in the database, in it I keep information of classes that are created, swimming classes, futsal classes, bodybuilding classes and so on, it is already in use and with several classes already registered, but now I need the...
asked by 27.11.2018 / 18:45
4
answers

Day and month comparison in SQL Server

I need to filter all clients that have an anniversary date between two reported dates in a query. How can I make a comparison of dates disregarding the year registered in the client? The current query looks like this: Parameters reported:...
asked by 17.05.2018 / 19:00
2
answers

My software in C # with SQLEXPRESS database LocalDB does not open on another PC, even installing all dependencies

1 - My software in C # with SQLEXPRESS database LocalDB does not open on another PC, even installing all dependencies. NOTE: In my PC Development works perfectly. 2 - Programs that I have already installed on the Client: Microsoft SQL Server...
asked by 23.03.2018 / 21:40
1
answer

Is SQL Express free?

I need a database to use in a Xamarin Forms application for college. I got to create in Azure, but the limitation of 32 MB is very great because I need to store photos too. I gave one a lookup and saw that it has the Express version of SQL, whic...
asked by 07.05.2018 / 02:04
2
answers

Error initializing SQL Server Express

I try to initialize the SQL Server service (SQLEXPRESS) and I get this error message: What can it be?     
asked by 19.05.2014 / 01:30
0
answers

Working with Entity Framwork and Sql Express Database

I have an application with a connection to the database and I need to create an installer that contains the database script so that it is installed together with the application or at some point in the first execution. How to create an installer...
asked by 14.06.2017 / 21:28
1
answer

Multiple sharing users when installing SQL Server

I recently installed SQL Server Express 2016 on my machine with Windows 10 . After a while I noticed that 13 new entries appeared in SQLEXPRESS NN format / em>, where NN ranges from 01 to 13. The image illustrates better:...
asked by 30.08.2016 / 02:38
1
answer

I made my first program and now I need to run it on the client. How do I do?

I made my first program and now I need to run it on the client. How do I? I made my database with SQL Server Express 2016. My windows is 64-bit. I thought of installing the same bank on the client, however the system there is 32 bits. Is t...
asked by 13.04.2017 / 20:08