Click here to Skip to main content
15,905,028 members
Home / Discussions / Database
   

Database

 
GeneralRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
BobClarkSQL8-Jan-09 11:05
BobClarkSQL8-Jan-09 11:05 
GeneralRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
Wendelius8-Jan-09 11:15
mentorWendelius8-Jan-09 11:15 
GeneralRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
BobClarkSQL8-Jan-09 11:23
BobClarkSQL8-Jan-09 11:23 
GeneralRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
Wendelius8-Jan-09 11:31
mentorWendelius8-Jan-09 11:31 
GeneralRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
ColinM1238-Jan-09 11:54
ColinM1238-Jan-09 11:54 
GeneralRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
BobClarkSQL8-Jan-09 12:05
BobClarkSQL8-Jan-09 12:05 
GeneralRe: How do I Setup Multiple Servers using SQL Server Express 2008 Pin
BobClarkSQL8-Jan-09 12:10
BobClarkSQL8-Jan-09 12:10 
RantMultiple DB servers is way too complicated Pin
David Mujica9-Jan-09 4:41
David Mujica9-Jan-09 4:41 
It is always a difficult situation when a user places technical demands on a solution. I don't see why each machine would need it's own instance of SQL. The whole idea behind SQL Server is that there is 1 machine that is responsible for housing the data and making it available to many people. Have you considered how you are going to back all of these databases up? How are you going to ensure that the backups are consistent among all of the computers? How are you going to handle the situation where one or more computers are not on when an update is made ? Are you going to queue up the changes made and when these computers come online, process the pending transactions ? Ugh. This is way too complicated for what seems to be a small office configuration.

This proposed implementation has "problem" written all over it. Convince your client that 1 machine with a proper SQL engine is the way to go. If they don't want to spend money on SQL Server, how about mySql ? I've never used mySql, but it might be a lower cost solution.

You really need to go with a single server configuration.

whew, I'm done with my rant now Wink | ;) Time for me to switch to decaf.
GeneralRe: Multiple DB servers is way too complicated Pin
BobClarkSQL9-Jan-09 5:03
BobClarkSQL9-Jan-09 5:03 
QuestionASP.NET 3.5 incompatible with SQL Server 2000? Pin
matadur8-Jan-09 8:02
matadur8-Jan-09 8:02 
AnswerRe: ASP.NET 3.5 incompatible with SQL Server 2000? Pin
Dave Kreskowiak8-Jan-09 8:22
mveDave Kreskowiak8-Jan-09 8:22 
Questionbackup the sql database Pin
Jassim Rahma8-Jan-09 5:00
Jassim Rahma8-Jan-09 5:00 
AnswerRe: backup the sql database Pin
Wendelius8-Jan-09 6:01
mentorWendelius8-Jan-09 6:01 
Questionbackup the sql database Pin
Jassim Rahma8-Jan-09 4:59
Jassim Rahma8-Jan-09 4:59 
AnswerRe: backup the sql database Pin
Wendelius8-Jan-09 6:00
mentorWendelius8-Jan-09 6:00 
GeneralRe: backup the sql database Pin
Jassim Rahma8-Jan-09 11:33
Jassim Rahma8-Jan-09 11:33 
GeneralRe: backup the sql database Pin
Wendelius8-Jan-09 11:39
mentorWendelius8-Jan-09 11:39 
QuestionPartial Result Set or view retrieval Pin
20c8-Jan-09 4:24
20c8-Jan-09 4:24 
AnswerRe: Partial Result Set or view retrieval Pin
Wendelius8-Jan-09 4:52
mentorWendelius8-Jan-09 4:52 
QuestionRe: Partial Result Set or view retrieval Pin
20c8-Jan-09 5:15
20c8-Jan-09 5:15 
AnswerRe: Partial Result Set or view retrieval Pin
Wendelius8-Jan-09 5:57
mentorWendelius8-Jan-09 5:57 
Questionhow to use SQL server Compact edition with VS2008 professional edition Pin
vsaratkar8-Jan-09 2:52
vsaratkar8-Jan-09 2:52 
AnswerRe: how to use SQL server Compact edition with VS2008 professional edition Pin
Wendelius8-Jan-09 2:57
mentorWendelius8-Jan-09 2:57 
GeneralRe: how to use SQL server Compact edition with VS2008 professional edition Pin
vsaratkar8-Jan-09 7:44
vsaratkar8-Jan-09 7:44 
GeneralRe: how to use SQL server Compact edition with VS2008 professional edition Pin
Wendelius8-Jan-09 8:07
mentorWendelius8-Jan-09 8:07 

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.