Click here to Skip to main content
15,889,200 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I am working on a hotel project. I am using Visual Studio 2013 to make this project. I need to install this software on 2 client's machines using .exe file.

I have a few queries:

1. Which database should I choose? (I believe hotel database will grow very fast). Can both Service based and Local db handles large data easily?

2. In case of Service based db, how and where to store the data and how to access it from the client machines?

3. Where to keep the backup of the database?

Thanks in advance.

What I have tried:

I am about to start making database for the application.
Posted
Updated 13-Mar-17 2:38am
Comments
Richard MacCutchan 13-Mar-17 4:15am    
If there are two client systems then it is reasonable to assume they will both need access to the database. So you need a server based solution, such as SQL server.

Hi,

I can suggest SQL server, connectivity between the machines can be done through ODBC
 
Share this answer
 
Further to Solution 1, you might find these articles in the MSDN documentation useful:
Planning a SQL Server Installation[^]
Best Practice recommendations for SQL Server database backups[^]
MS SQL Server Administration[^]
By way, I think you mean Server based not Service based - however localDB would not be appropriate
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900