Click here to Skip to main content
15,899,009 members
Home / Discussions / Database
   

Database

 
Questionhelp with storage engine in a sql server 2005 Pin
shankbond10-Sep-09 23:02
shankbond10-Sep-09 23:02 
AnswerRe: help with storage engine in a sql server 2005 [modified] Pin
Henry Minute11-Sep-09 0:17
Henry Minute11-Sep-09 0:17 
Question"A member could not be added to a local group because the member has the wrong account type.[0*8007056c]" Pin
manish.m.meshram10-Sep-09 22:30
manish.m.meshram10-Sep-09 22:30 
GeneralSqlHierarchyId insert Pin
Mycroft Holmes10-Sep-09 18:37
professionalMycroft Holmes10-Sep-09 18:37 
GeneralRe: SqlHierarchyId insert [resolved] Pin
Mycroft Holmes10-Sep-09 19:49
professionalMycroft Holmes10-Sep-09 19:49 
QuestionMass Insert Pin
zeusToronto10-Sep-09 17:04
zeusToronto10-Sep-09 17:04 
AnswerRe: Mass Insert Pin
Mycroft Holmes10-Sep-09 18:31
professionalMycroft Holmes10-Sep-09 18:31 
GeneralRe: Mass Insert Pin
PIEBALDconsult14-Sep-09 7:19
mvePIEBALDconsult14-Sep-09 7:19 
AnswerRe: Mass Insert Pin
David Skelly10-Sep-09 22:52
David Skelly10-Sep-09 22:52 
AnswerRe: Mass Insert Pin
Henry Minute11-Sep-09 10:32
Henry Minute11-Sep-09 10:32 
Questionhelp writing query Pin
michaelgr110-Sep-09 9:08
michaelgr110-Sep-09 9:08 
AnswerRe: help writing query Pin
Mycroft Holmes10-Sep-09 14:45
professionalMycroft Holmes10-Sep-09 14:45 
AnswerRe: help writing query [modified] Pin
Johan Hakkesteegt10-Sep-09 23:30
Johan Hakkesteegt10-Sep-09 23:30 
Questiongetting date less than 3 yr.s old Pin
dotnetcsharpdev10-Sep-09 0:22
dotnetcsharpdev10-Sep-09 0:22 
AnswerRe: getting date less than 3 yr.s old Pin
dotnetcsharpdev10-Sep-09 0:57
dotnetcsharpdev10-Sep-09 0:57 
AnswerRe: getting date less than 3 yr.s old Pin
zeusToronto10-Sep-09 17:14
zeusToronto10-Sep-09 17:14 
QuestionDatabase Serive stops responding on SQL Express 2005. Pin
Aman786Singh9-Sep-09 22:35
Aman786Singh9-Sep-09 22:35 
AnswerRe: Database Serive stops responding on SQL Express 2005. Pin
Abhishek Sur10-Sep-09 11:53
professionalAbhishek Sur10-Sep-09 11:53 
QuestionOffsite databases - setup recommendations Pin
Simon P Stevens8-Sep-09 22:54
Simon P Stevens8-Sep-09 22:54 
AnswerRe: Offsite databases - setup recommendations Pin
J4amieC9-Sep-09 2:15
J4amieC9-Sep-09 2:15 
GeneralRe: Offsite databases - setup recommendations Pin
Simon P Stevens9-Sep-09 3:26
Simon P Stevens9-Sep-09 3:26 
GeneralRe: Offsite databases - setup recommendations Pin
Johan Hakkesteegt10-Sep-09 0:10
Johan Hakkesteegt10-Sep-09 0:10 
Hi,

Just thinking out loud, mind you, so for what it is worth:

The main question is, what sort of data would you need at each site, at the same time, that must be in absolute real time sync?

The different sites of your company have been established for a reason, and I suppose it is not because all the people just won't fit into a single building. So I am guessing each site has its own customers, or vendors, or specialized work crew, or warehouse, or something.
That means that although each site will be organized with the same application(s), each will still mostly be working with unique data.
In other words, each site will be creating its own orders, deliveries, invoices, or whatever other business objects, that are specifically related to that site.

So adding site identifiers to all business objects in your database, should allow you to have each site run its own server/database/copy of the application. You can keep a central database at a single location that is updated every night (or whenever), through synchronization, or even simpler, using xml files. This central database could send certain common master data to each site's own database in turn, every night, hour, 15 minutes, etc. depending on requirements.
Usually even things like warehouse stock levels needn't be more up to date then 5 minutes.

This approach shouldn't need any kind of drastic measures, and might even offer greater flexibility for future development.

Cheers,

Johan

My advice is free, and you may get what you paid for.

GeneralRe: Offsite databases - setup recommendations Pin
Simon P Stevens11-Sep-09 4:21
Simon P Stevens11-Sep-09 4:21 
QuestionSearching marathi(non-eglish) databse Pin
girishdonde8-Sep-09 21:45
girishdonde8-Sep-09 21:45 
AnswerRe: Searching marathi(non-eglish) databse Pin
Mycroft Holmes8-Sep-09 22:42
professionalMycroft Holmes8-Sep-09 22:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.