Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...I also believe that we all can contribute to each other's growth by sharing knowlege and experiences. I would love to take my skills and help people around the world solve problems..."

Geography

Where in the world do Tek-Tips members come from?

SQL Server vs. Access for queries on the back-end

Pack10 (Programmer)
11 May 12 14:41
I have an MDB that I use to create management reports or queries.
Sometimes the tables are large and Access does not seem to be up to the task of such
large tables sending data over the network. Will SQL Server work faster than Access
on linked DB2 back end tables using T-SQL or the SQL Server query designer.

I might have to piggy-back on someone's SQL Server machine.
JoseMarques (Programmer)
14 May 12 6:06
Well it's a good question!
From the end of your post i believe that you are using the server in someone else machine. Therefore i wouldn't use the T-SQL for the reason of premissions and link problems.
If the tables are large 'divide and conquer'. Then use inner join in the sql queries.

Good work
JoseMarques (Programmer)
14 May 12 9:55
If use ACCESS database or SQL database no doubt the second.
In my opinion the SQL database is Faster, safer and more reliable for the user.
But some points have to be applied by the programer:
- Connection;
- Permissions.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close