dbTalk Databases Forums  

Access and SQL Server Speed Comparison

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Access and SQL Server Speed Comparison in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
SQL Learner
 
Posts: n/a

Default Re: Access and SQL Server Speed Comparison - 03-05-2007 , 06:25 PM






Erland and Greg,

Perl is not my thing. Beside, in this project there are actually two
tables that need to be links. The thing is that since many records
can only be linked using partial criterial (ex: "123" to match "abc123
xyz"), I still need to do this in a database.

Russ,

If I do this through ODBC by using Access as the front end (query
only) and SQL Server as the end back, how much slow down would this be
compares to run the query on SQL Server without using the ODBC linked
to Access?

Thank you all.

- Grasshopper -


Reply With Quote
  #12  
Old   
Russ Rose
 
Posts: n/a

Default Re: Access and SQL Server Speed Comparison - 03-05-2007 , 11:35 PM







"SQL Learner" <excelmodeling (AT) gmail (DOT) com> wrote

Quote:
Erland and Greg,

Perl is not my thing. Beside, in this project there are actually two
tables that need to be links. The thing is that since many records
can only be linked using partial criterial (ex: "123" to match "abc123
xyz"), I still need to do this in a database.

Russ,

If I do this through ODBC by using Access as the front end (query
only) and SQL Server as the end back, how much slow down would this be
compares to run the query on SQL Server without using the ODBC linked
to Access?
Not much if Access is run on the server with the data. If you are dragging 8
million rows across a network you are in for a long, long, long night.

Quote:
Thank you all.

- Grasshopper -




Reply With Quote
  #13  
Old   
SQL Learner
 
Posts: n/a

Default Re: Access and SQL Server Speed Comparison - 03-06-2007 , 11:27 AM




Quote:
Not much if Access is run on the server with the data. If you are dragging 8
million rows across a network you are in for a long, long, long night.
Hi Russ,

That was what I meant - dragging 8 million rows across a network.
Thank you for your answer. In such case, I will run Access on the
server.

- Grasshopper -





Reply With Quote
  #14  
Old   
Greg D. Moore \(Strider\)
 
Posts: n/a

Default Re: Access and SQL Server Speed Comparison - 03-06-2007 , 02:39 PM



"SQL Learner" <excelmodeling (AT) gmail (DOT) com> wrote

Quote:
Erland and Greg,

Perl is not my thing. Beside, in this project there are actually two
tables that need to be links. The thing is that since many records
can only be linked using partial criterial (ex: "123" to match "abc123
xyz"), I still need to do this in a database.
Well perl's not my thing either. ;-)

That's why I keep several perl buddies handy for stuff like this.

Quite honestly, someone know knows perl REGEXP inside and out can probably
knock off the pattern matching script in 30 minutes or so.

But yeah, if you're the only guy on the job, that's probably a non-starter.


Quote:
Russ,

If I do this through ODBC by using Access as the front end (query
only) and SQL Server as the end back, how much slow down would this be
compares to run the query on SQL Server without using the ODBC linked
to Access?
Yeah, definitely run it on the server. Network lag alone would kill you.


Quote:
Thank you all.

- Grasshopper -

--
Greg Moore
SQL Server DBA Consulting
sql (at) greenms.com http://www.greenms.com




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.