Click here to Skip to main content
15,889,909 members
Home / Discussions / Database
   

Database

 
QuestionA Slightly Different Master Detail Problem Pin
TofuBug2424-Nov-05 20:20
TofuBug2424-Nov-05 20:20 
Questionusing the osql command Pin
dundealing24-Nov-05 8:40
dundealing24-Nov-05 8:40 
AnswerRe: using the osql command Pin
Rob Graham24-Nov-05 15:16
Rob Graham24-Nov-05 15:16 
AnswerRe: using the osql command Pin
Arjan Einbu25-Nov-05 12:57
Arjan Einbu25-Nov-05 12:57 
GeneralRe: using the osql command Pin
dundealing27-Nov-05 6:51
dundealing27-Nov-05 6:51 
AnswerRe: using the osql command Pin
Arjan Einbu27-Nov-05 23:03
Arjan Einbu27-Nov-05 23:03 
Questionmanaged or unmanaged Pin
John L. DeVito24-Nov-05 6:10
professionalJohn L. DeVito24-Nov-05 6:10 
AnswerRe: managed or unmanaged Pin
Mike Dimmick24-Nov-05 12:54
Mike Dimmick24-Nov-05 12:54 
The only real way for you to answer that is to measure.

However, remember that the round-trip time involved in a database call is non-trivial - much the same as any other cross-process call on the same machine (if your database is on the same machine) and subject to network latency as well (if on another machine). Therefore you should try to do as much in each database call as possible. In the distributed computing arena this is often called making your interface 'chunky' rather than 'chatty'.

Stability. What an interesting concept. -- Chris Maunder
QuestionmySQL 4.0 vs mySQL 5.0 Pin
JKallen24-Nov-05 6:00
JKallen24-Nov-05 6:00 
QuestionSQL Convertion of 0 Pin
Brendan Vogt23-Nov-05 2:19
Brendan Vogt23-Nov-05 2:19 
AnswerRe: SQL Convertion of 0 Pin
ToddHileHoffer23-Nov-05 2:23
ToddHileHoffer23-Nov-05 2:23 
GeneralRe: SQL Convertion of 0 Pin
Not Active23-Nov-05 10:22
mentorNot Active23-Nov-05 10:22 
QuestionRe: SQL Convertion of 0 Pin
Brendan Vogt23-Nov-05 20:24
Brendan Vogt23-Nov-05 20:24 
QuestionRe: SQL Convertion of 0 Pin
Brendan Vogt23-Nov-05 20:41
Brendan Vogt23-Nov-05 20:41 
QuestionPrinting "Yes" /"No" from sql 0/1? Pin
majidbhutta23-Nov-05 1:42
majidbhutta23-Nov-05 1:42 
AnswerRe: Printing "Yes" /"No" from sql 0/1? Pin
ToddHileHoffer23-Nov-05 2:22
ToddHileHoffer23-Nov-05 2:22 
QuestionConverting datetime to Desired format? Pin
majidbhutta23-Nov-05 1:32
majidbhutta23-Nov-05 1:32 
AnswerRe: Converting datetime to Desired format? Pin
ToddHileHoffer23-Nov-05 2:21
ToddHileHoffer23-Nov-05 2:21 
AnswerRe: Converting datetime to Desired format? Pin
Luis Alonso Ramos27-Nov-05 8:33
Luis Alonso Ramos27-Nov-05 8:33 
Questionsave image in MsSql 2000 database Pin
yourgangu22-Nov-05 20:52
yourgangu22-Nov-05 20:52 
QuestionHelp with dynamic sql Pin
Het210922-Nov-05 18:06
Het210922-Nov-05 18:06 
NewsRe: Help with dynamic sql Pin
jescgf22-Nov-05 18:38
jescgf22-Nov-05 18:38 
GeneralRe: Help with dynamic sql Pin
Het210922-Nov-05 18:58
Het210922-Nov-05 18:58 
AnswerRe: Help with dynamic sql Pin
Colin Angus Mackay23-Nov-05 3:25
Colin Angus Mackay23-Nov-05 3:25 
QuestionSQL 2005 Express? Pin
Paul Conrad22-Nov-05 10:35
professionalPaul Conrad22-Nov-05 10:35 

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.