|
-
May 23rd, 2011, 03:47 AM
#1
Thread Starter
Lively Member
-
May 23rd, 2011, 07:07 AM
#2
Re: Database development for SQL Server Compact and interoperability between several
Since SQL Server compact is for single use only I don't see how you can use this, unless of course you intend to update 1 db and then send to all other users.
Sometimes the Programmer
Sometimes the DBA
Mazz1
-
May 23rd, 2011, 08:05 AM
#3
Thread Starter
Lively Member
Re: Database development for SQL Server Compact and interoperability between several
 Originally Posted by GaryMazzone
Since SQL Server compact is for single use only I don't see how you can use this, unless of course you intend to update 1 db and then send to all other users.
Ok... I have no experience with server based or multiple user databases... Could you guide me through the first basics and give some good tips?
I'm trying to read some tutorials at the same time...
-
May 23rd, 2011, 08:21 AM
#4
Re: Database development for SQL Server Compact and interoperability between several
I would go with SQL Server Express 2008 R2 for the backend database.
Ok I guess you are going to send the db to each client so that is not a problem.. What will be is that the database will be out of sync between each other at different points in time. Is this supposed to be avaliable to all uses 24/7?
Sometimes the Programmer
Sometimes the DBA
Mazz1
-
Jun 1st, 2011, 05:05 AM
#5
Thread Starter
Lively Member
Re: Database development for SQL Server Compact and interoperability between several
 Originally Posted by GaryMazzone
I would go with SQL Server Express 2008 R2 for the backend database.
Ok I guess you are going to send the db to each client so that is not a problem.. What will be is that the database will be out of sync between each other at different points in time. Is this supposed to be avaliable to all uses 24/7?
Thanks for the response.
In a way yes. I will be sending the db to each client. The out of sync -thing is not a problem. That is the way it should be. (Example. The DB manager ie. "host" computer is turned off for the week-end. The clients are still working on some projects and need to pick stuff out of the library. The have the last update available as 'offline' on their own computers..
But is the Express the way to go?
The idea is, that I will create a common library that is managed from a single seerver. This librarys updates are transfered to clients computers when needed. At other times the clients work with the "old"/previous version of the library...
How is this DB sending done? I've tried to figure it out and always navigated to wrong info sites... Any links or advices?
Thanks for your interest!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|