Click here to Skip to main content
15,893,594 members
Home / Discussions / Database
   

Database

 
AnswerRe: Transaction to update multipel values in a table Pin
Blue_Boy4-Oct-10 0:13
Blue_Boy4-Oct-10 0:13 
AnswerRe: Transaction to update multipel values in a table Pin
Pete O'Hanlon4-Oct-10 0:14
mvePete O'Hanlon4-Oct-10 0:14 
QuestionRe: Transaction to update multipel values in a table Pin
diePopster4-Oct-10 0:20
diePopster4-Oct-10 0:20 
AnswerRe: Transaction to update multipel values in a table Pin
Pete O'Hanlon4-Oct-10 1:02
mvePete O'Hanlon4-Oct-10 1:02 
QuestionSQL 2008 - Nested transactions Pin
ofirbt3-Oct-10 2:06
ofirbt3-Oct-10 2:06 
AnswerRe: SQL 2008 - Nested transactions Pin
masoumeh20104-Oct-10 22:41
masoumeh20104-Oct-10 22:41 
GeneralRe: SQL 2008 - Nested transactions Pin
ofirbt4-Oct-10 23:22
ofirbt4-Oct-10 23:22 
QuestionCan we use sql connections for threads? Pin
pubududilena3-Oct-10 1:32
pubududilena3-Oct-10 1:32 
HI,

I am using SQL SERVER 2005.

I need to find what is the best performance method for my 3 sql Data adapters.

first method:-

1) Open sql connection
2) Initialise 1st data adapter and fill for the data table 1.
3) Initialise 2nd data adapter and fill for the data table 2.
4) Initialise 3rd data adapter and fill for the data table 3.
5) Process my work
6) close connection.

second method:-

a) 1. Open sql connection
2. Initialise 1st data adapter and fill for the data table 1.
3. close connection.

b) 1. Open sql connection
2. Initialise 2nd data adapter and fill for the data table 2.
3. close connection.


c) 1. Open sql connection
2. Initialise 3rd data adapter and fill for the data table 3.
3. close connection.

d) 1. Use thread concept for a) ,b) and c) and take results for adapters.
2. process my work.

so can any one tell me what is the best performance method?
first method or second method?

Thanks
AnswerRe: Can we use sql connections for threads? Pin
PIEBALDconsult3-Oct-10 3:55
mvePIEBALDconsult3-Oct-10 3:55 
QuestionConfiguring ip address to sqlserver 2000 Pin
vijaylumar2-Oct-10 1:23
vijaylumar2-Oct-10 1:23 
AnswerRe: Configuring ip address to sqlserver 2000 Pin
Mycroft Holmes2-Oct-10 15:47
professionalMycroft Holmes2-Oct-10 15:47 
QuestionUser credentials verification Pin
codeproject.kiran1-Oct-10 19:34
codeproject.kiran1-Oct-10 19:34 
AnswerRe: User credentials verification Pin
Jörgen Andersson2-Oct-10 11:26
professionalJörgen Andersson2-Oct-10 11:26 
QuestionAdding existing database Pin
future38391-Oct-10 16:11
future38391-Oct-10 16:11 
AnswerRe: Adding existing database Pin
Karthik. A1-Oct-10 19:07
Karthik. A1-Oct-10 19:07 
QuestionSQL n00b looking for study resources! Pin
anthem1271-Oct-10 8:37
anthem1271-Oct-10 8:37 
AnswerRe: SQL n00b looking for study resources! Pin
ntsdev1-Oct-10 9:22
ntsdev1-Oct-10 9:22 
AnswerRe: SQL n00b looking for study resources! Pin
i.j.russell2-Oct-10 12:05
i.j.russell2-Oct-10 12:05 
GeneralRe: SQL n00b looking for study resources! Pin
anthem1272-Oct-10 12:07
anthem1272-Oct-10 12:07 
QuestionDelete Query not working Pin
T.RATHA KRISHNAN1-Oct-10 0:09
T.RATHA KRISHNAN1-Oct-10 0:09 
AnswerRe: Delete Query not working Pin
Gerben Jongerius1-Oct-10 2:04
Gerben Jongerius1-Oct-10 2:04 
QuestionThe Operation could not Completed. Not enough storage is available to complete this operation Pin
Vimalsoft(Pty) Ltd29-Sep-10 21:19
professionalVimalsoft(Pty) Ltd29-Sep-10 21:19 
AnswerRe: The Operation could not Completed. Not enough storage is available to complete this operation Pin
Mycroft Holmes30-Sep-10 1:26
professionalMycroft Holmes30-Sep-10 1:26 
GeneralRe: The Operation could not Completed. Not enough storage is available to complete this operation Pin
Vimalsoft(Pty) Ltd30-Sep-10 3:40
professionalVimalsoft(Pty) Ltd30-Sep-10 3:40 
GeneralRe: The Operation could not Completed. Not enough storage is available to complete this operation Pin
Eddy Vluggen30-Sep-10 6:34
professionalEddy Vluggen30-Sep-10 6:34 

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.