Questions tagged as 'sql-server-express'

1
answer

SQL Network Database Communication

I have an application that works perfectly with BD on a notebook. But I would like to be able to access this database through another device. So I thought about doing this communication over the network. But I happen to know nothing about net...
asked by 09.10.2017 / 16:39
4
answers

Select with 3 tables in SQL SERVER

Ineedtodoaselectonthemachinetable,butwhenIexecutemycommandselectmaq.maqNip,equi.*fromtblMaquinamaqjointblEquipamentoequionequi.equId=maq.maqTipoEqui;Thefollowingresultisdisplayed and I wanted the brand name, the template, and not just your...
asked by 04.01.2019 / 15:13
0
answers

Synchronize SQLServer Express 2014 with SQLServer LocalDB using C #

I am making a Windows Forms application using C# that will be attached to a% remote SqlServer Express 2014 bank, however, I need some functionality to be available offline due to poor quality of internet . How cou...
asked by 18.01.2016 / 17:20
1
answer

Check frequency of records in the table

I have a table where all services performed on several cars are saved. The key is the car license plate. A car can have more than one service a day. And for each service performed a new service id is created, even if it is for the same car. I...
asked by 23.11.2017 / 20:06