Click here to Skip to main content
15,925,444 members
Home / Discussions / Database
   

Database

 
Questionhow to speed up sqlconnection Pin
sianatia13-Feb-05 8:04
sianatia13-Feb-05 8:04 
AnswerRe: how to speed up sqlconnection Pin
Colin Angus Mackay13-Feb-05 22:57
Colin Angus Mackay13-Feb-05 22:57 
GeneralRe: how to speed up sqlconnection Pin
sianatia14-Feb-05 17:20
sianatia14-Feb-05 17:20 
GeneralRe: how to speed up sqlconnection Pin
Colin Angus Mackay14-Feb-05 20:33
Colin Angus Mackay14-Feb-05 20:33 
GeneralRe: how to speed up sqlconnection Pin
sianatia15-Feb-05 17:14
sianatia15-Feb-05 17:14 
GeneralRe: how to speed up sqlconnection Pin
Colin Angus Mackay15-Feb-05 19:50
Colin Angus Mackay15-Feb-05 19:50 
GeneralRe: how to speed up sqlconnection Pin
sianatia18-Feb-05 4:34
sianatia18-Feb-05 4:34 
GeneralRe: how to speed up sqlconnection Pin
Colin Angus Mackay18-Feb-05 4:44
Colin Angus Mackay18-Feb-05 4:44 
UAU wrote:
is it possible that my sql query wich has where clause makes the transactions slow?

Possibly, but it does not explain that your test using a SqlDataAdapter was faster (I am assuming you performed exactly the same query). It should have been slower because using the SqlDataAdapter makes a copy of the data in memory (in the DataSet object) before you can pick up the data and save them.

What does your SQL Query do?


Do you want to know more?
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums


GeneralRe: how to speed up sqlconnection Pin
sianatia18-Feb-05 18:19
sianatia18-Feb-05 18:19 
GeneralRe: how to speed up sqlconnection Pin
Colin Angus Mackay19-Feb-05 0:55
Colin Angus Mackay19-Feb-05 0:55 
GeneralRe: how to speed up sqlconnection Pin
sianatia23-Feb-05 17:52
sianatia23-Feb-05 17:52 
GeneralConnecting to SQL Server 2000 accross a Network Pin
ColdWaterBlue13-Feb-05 4:14
ColdWaterBlue13-Feb-05 4:14 
GeneralRe: Connecting to SQL Server 2000 accross a Network Pin
Colin Angus Mackay13-Feb-05 5:22
Colin Angus Mackay13-Feb-05 5:22 
GeneralRe: Connecting to SQL Server 2000 accross a Network Pin
ColdWaterBlue13-Feb-05 5:26
ColdWaterBlue13-Feb-05 5:26 
GeneralRe: Connecting to SQL Server 2000 accross a Network Pin
Colin Angus Mackay13-Feb-05 5:27
Colin Angus Mackay13-Feb-05 5:27 
Generalget current row (ADO.NET by C#) Pin
sasan5612-Feb-05 8:48
sasan5612-Feb-05 8:48 
GeneralInsert a image in mdb database Pin
Sasuko12-Feb-05 2:21
Sasuko12-Feb-05 2:21 
GeneralRe: Insert a image in mdb database Pin
Mekong River13-Feb-05 3:21
Mekong River13-Feb-05 3:21 
GeneralRe: Insert a image in mdb database Pin
Sasuko13-Feb-05 5:35
Sasuko13-Feb-05 5:35 
GeneralRe: Insert a image in mdb database Pin
binod nepal14-Feb-05 17:09
binod nepal14-Feb-05 17:09 
GeneralFree OLAP grid Pin
devvvy12-Feb-05 2:13
devvvy12-Feb-05 2:13 
GeneralNHibernate - ADOException "No Persister for..." Pin
devvvy12-Feb-05 0:34
devvvy12-Feb-05 0:34 
GeneralADOX Key collection accessing error Pin
BAIJUMAX11-Feb-05 2:40
professionalBAIJUMAX11-Feb-05 2:40 
Questioncreating a register user page? Pin
jetset3210-Feb-05 23:49
jetset3210-Feb-05 23:49 
AnswerRe: creating a register user page? Pin
Colin Angus Mackay11-Feb-05 1:01
Colin Angus Mackay11-Feb-05 1:01 

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.