Click here to Skip to main content
15,886,823 members
Home / Discussions / C#
   

C#

 
AnswerRe: send an acknowledgement in serial port listner Pin
Richard MacCutchan6-Jun-16 21:16
mveRichard MacCutchan6-Jun-16 21:16 
GeneralRe: send an acknowledgement in serial port listner Pin
OriginalGriff6-Jun-16 21:56
mveOriginalGriff6-Jun-16 21:56 
GeneralRe: send an acknowledgement in serial port listner Pin
Richard MacCutchan6-Jun-16 22:11
mveRichard MacCutchan6-Jun-16 22:11 
QuestionC# windows application with SQL Server Pin
Zeyad Jalil6-Jun-16 0:12
professionalZeyad Jalil6-Jun-16 0:12 
AnswerRe: C# windows application with SQL Server Pin
Richard MacCutchan6-Jun-16 0:42
mveRichard MacCutchan6-Jun-16 0:42 
GeneralRe: C# windows application with SQL Server Pin
Zeyad Jalil6-Jun-16 0:50
professionalZeyad Jalil6-Jun-16 0:50 
GeneralRe: C# windows application with SQL Server Pin
Richard MacCutchan6-Jun-16 1:10
mveRichard MacCutchan6-Jun-16 1:10 
AnswerRe: C# windows application with SQL Server Pin
Dave Kreskowiak6-Jun-16 3:05
mveDave Kreskowiak6-Jun-16 3:05 
Google for "SQL Server High Availability". This really has nothing to do with your application code. Your code shouldn't care at all about each individual SQL Server and how to connect to it. All it should know is how to connect to the "cluster".

Keep in the mind that this is expensive and there is no way to reduce any servers downtime to zero. If you implement your "poor mans" solution, remember, you get exactly what you pay for. You may get a cheaper solution the way you want to do it but you also give yourself an administrative nightmare. If the list of servers changes how are you going to tell the clients that and update them?

You have no control over the client hardware, such as network interface, the quality of the connection between the client and the servers, the router and switch hardware between the client and servers, the server hardware itself, ...

There is no such thing as 100% uptime.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

RantRe: C# windows application with SQL Server Pin
Mycroft Holmes6-Jun-16 14:21
professionalMycroft Holmes6-Jun-16 14:21 
GeneralRe: C# windows application with SQL Server Pin
Dave Kreskowiak6-Jun-16 18:36
mveDave Kreskowiak6-Jun-16 18:36 
QuestionWhy can't I get any answers to the questions I put. Pin
Member 117408555-Jun-16 3:09
Member 117408555-Jun-16 3:09 
AnswerRe: Why can't I get any answers to the questions I put. Pin
Richard MacCutchan5-Jun-16 3:28
mveRichard MacCutchan5-Jun-16 3:28 
AnswerRe: Why can't I get any answers to the questions I put. Pin
OriginalGriff5-Jun-16 5:00
mveOriginalGriff5-Jun-16 5:00 
GeneralRe: Why can't I get any answers to the questions I put. Pin
PIEBALDconsult5-Jun-16 6:14
mvePIEBALDconsult5-Jun-16 6:14 
GeneralRe: Why can't I get any answers to the questions I put. Pin
OriginalGriff5-Jun-16 6:26
mveOriginalGriff5-Jun-16 6:26 
AnswerRe: Why can't I get any answers to the questions I put. Pin
V.5-Jun-16 19:42
professionalV.5-Jun-16 19:42 
GeneralRe: Why can't I get any answers to the questions I put. Pin
OriginalGriff5-Jun-16 20:06
mveOriginalGriff5-Jun-16 20:06 
GeneralRe: Why can't I get any answers to the questions I put. Pin
V.5-Jun-16 20:14
professionalV.5-Jun-16 20:14 
GeneralRe: Why can't I get any answers to the questions I put. Pin
Member 117408556-Jun-16 0:46
Member 117408556-Jun-16 0:46 
GeneralRe: Why can't I get any answers to the questions I put. Pin
Richard MacCutchan6-Jun-16 1:13
mveRichard MacCutchan6-Jun-16 1:13 
QuestionCurrency Converter Pin
Member 108502534-Jun-16 5:50
Member 108502534-Jun-16 5:50 
AnswerRe: Currency Converter Pin
Pete O'Hanlon4-Jun-16 7:15
mvePete O'Hanlon4-Jun-16 7:15 
AnswerRe: Currency Converter Pin
BillWoodruff4-Jun-16 15:42
professionalBillWoodruff4-Jun-16 15:42 
QuestionWhy the tab open I'm not see record, but when i query see record ? Pin
Member 24584673-Jun-16 17:44
Member 24584673-Jun-16 17:44 
AnswerRe: Why the tab open I'm not see record, but when i query see record ? Pin
Gerry Schmitz3-Jun-16 18:20
mveGerry Schmitz3-Jun-16 18:20 

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.