Click here to Skip to main content
15,908,111 members
Home / Discussions / Database
   

Database

 
AnswerRe: Copy Databases objects Pin
R. Giskard Reventlov8-Apr-11 4:23
R. Giskard Reventlov8-Apr-11 4:23 
AnswerRe: Copy Databases objects Pin
Corporal Agarn8-Apr-11 6:44
professionalCorporal Agarn8-Apr-11 6:44 
Questionhow can i sort database Pin
ace3008-Apr-11 3:25
ace3008-Apr-11 3:25 
AnswerRe: how can i sort database Pin
Luc Pattyn8-Apr-11 3:43
sitebuilderLuc Pattyn8-Apr-11 3:43 
AnswerRe: how can i sort database Pin
David Mujica8-Apr-11 4:13
David Mujica8-Apr-11 4:13 
AnswerRe: how can i sort database Pin
Ravi Sant14-Apr-11 21:56
Ravi Sant14-Apr-11 21:56 
QuestionAccess / ADO Performance Pin
mjackson117-Apr-11 18:25
mjackson117-Apr-11 18:25 
AnswerRe: Access / ADO Performance Pin
Wendelius7-Apr-11 19:20
mentorWendelius7-Apr-11 19:20 
Most likely this is because Access is just a flat-file and the operations against the data are done by the (local) driver. So there's no server side application to handle this. This causes the data to be transferred over the network etc.

One thing is that you could try to modify the stored procedure. If you're having cursors and loops, try to modify them to work on sets. Another this is that you could create a small program on the server side (for example as a service) which would do the actual operation when called. The operation itself wouldn't be faster but much less network traffic would be included.

And of course if you have the option, you could consider migrating to SQL Server which would include a real server side RDBMS.
The need to optimize rises from a bad design.My articles[^]

GeneralRe: Access / ADO Performance Pin
mjackson118-Apr-11 2:28
mjackson118-Apr-11 2:28 
AnswerRe: Access / ADO Performance [modified] Pin
Eddy Vluggen8-Apr-11 2:53
professionalEddy Vluggen8-Apr-11 2:53 
GeneralRe: Access / ADO Performance Pin
mjackson118-Apr-11 3:34
mjackson118-Apr-11 3:34 
GeneralRe: Access / ADO Performance Pin
Wendelius8-Apr-11 4:24
mentorWendelius8-Apr-11 4:24 
AnswerRe: Access / ADO Performance Pin
Eddy Vluggen8-Apr-11 0:29
professionalEddy Vluggen8-Apr-11 0:29 
GeneralRe: Access / ADO Performance Pin
Corporal Agarn8-Apr-11 1:29
professionalCorporal Agarn8-Apr-11 1:29 
Answershort term fix Pin
David Mujica8-Apr-11 4:09
David Mujica8-Apr-11 4:09 
AnswerRe: Access / ADO Performance Pin
jschell8-Apr-11 7:50
jschell8-Apr-11 7:50 
GeneralRe: Access / ADO Performance Pin
mjackson118-Apr-11 9:41
mjackson118-Apr-11 9:41 
GeneralRe: Access / ADO Performance Pin
jschell8-Apr-11 12:37
jschell8-Apr-11 12:37 
AnswerRe: Access / ADO Performance Pin
mjackson1112-Apr-11 5:55
mjackson1112-Apr-11 5:55 
QuestionSSRS Question Pin
Kevin Marois7-Apr-11 13:50
professionalKevin Marois7-Apr-11 13:50 
AnswerRe: SSRS Question Pin
Wendelius7-Apr-11 19:12
mentorWendelius7-Apr-11 19:12 
GeneralRe: SSRS Question Pin
Kevin Marois8-Apr-11 4:49
professionalKevin Marois8-Apr-11 4:49 
GeneralRe: SSRS Question Pin
Wendelius8-Apr-11 5:01
mentorWendelius8-Apr-11 5:01 
Questionchanging column tyoe in live database[self answered] Pin
gavindon6-Apr-11 3:27
gavindon6-Apr-11 3:27 
AnswerRe: changing column tyoe in live database[self answered] Pin
Wendelius6-Apr-11 3:43
mentorWendelius6-Apr-11 3:43 

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.