Re: Performance Issue with Database Connection

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Gys de Jongh (Gys_nospam_deJongh_at_planet.nl)
Date: 08/13/04


Date: Fri, 13 Aug 2004 14:08:47 +0200

Hi,
I think you mix up with stored procedures. They are a lot faster but can only be
handeled by MSSQL. You can upsize MSAccess to MSDE which is a "light" MSSQl with
the upsize wizzard in MSAccess. Than people can connect to the server that runs
(the there stored procedures) to get the data they want to their own PC's.The
size limit for MSAccess and MSDE is 2GB. But that is for each table.So you can
have more tables as long as each is less than 2GB. If you use linked tables than
there is no size limit , because Access just stores the pointers. If you have
more than a few users than going from Access (JET) to MSSQL will again speedup
things considerably. If you want an experts view than post at :
microsoft.public.vb.database.ado

hth
Gys

"Ctal" <notme@nothere.com> wrote in message
news:eq_Sc.192518$tH1.9669985@twister.southeast.rr.com...
> I have an app that runs several queries depending on user input. The data
> source is an Access database that's right at the 2GB limit. I stored
> numerous queries in the database to cover all the possible user selections
> from the Excel app. I'd read that stored queries are a bit faster than just
> sending the SQL script. Database resides on a LAN
>
> Average time on these varies from 2 1/2 mins to 5 mins. From listening to
> users (especially my boss) we need to improve this time.
>
> I've tried every way I could think of to run this and nothing shortens the
> time. 99.5% of the wait is while opening the recordsets.
>
> My question:
>
> Due to the size of this db (and its only one table but with 1.5M records)
> would moving this to a SQL table and querying off of that speed this up? I
> do some other stuff against our main SQL tables and they are painfully slow,
> but that's with lots of joins and far more records. This would just be the
> one table.
>
>



Relevant Pages

  • Re: Feedback To The MSFT people if you care!
    ... > edition of Visual Studio.net could only edit & debug stored procedures ... > Professional can do it on MSDE. ... proc does what it should do and you can then focus on the code you've to ...
    (microsoft.public.vsnet.general)
  • Re: SQL SERVER 6.5 on XP Home
    ... that MSDE comes with an environment for developing stored procedures? ... I'm leaning toward the use of SQL SERVER ... 2000 Developer Edition at this point. ...
    (microsoft.public.sqlserver.setup)
  • Re: tool to write code which runs on the server
    ... > One solution is to write a Stored Procedure but the programming language ... INSERT INTO Orders (CustomerID, ) ... I want to be able to create some code which runs on the MSSQL server ... > Procedure but the programming language for Stored Procedures is not very ...
    (microsoft.public.sqlserver.programming)
  • Re: #table concept in MSDE/Access
    ... > Im downsizing a SQL server program to MSDE to run as an Access ADP. ... > procedures basically as they are, but Access Stored procedures dont know ... Who disturbs this class as a pebble disturbs a pond? ...
    (microsoft.public.cert.exam.mcse)
  • Re: Porting access database into SQL server 2000 opportunity
    ... If you pay attention to details, writing an app that can connect to either MSAccess or MSSQL is rather straight forward. ...
    (microsoft.public.vb.database.ado)