Re: Access and SQL



I suspect this is really an Access issue so you would probably get a better
answer if you post in an Access NG. But do you issue a SELECT with no WHERE
clause anywhere? Do you have Primary Key constraints defined on the table?

--
Andrew J. Kelly SQL MVP


"Scott T" <ScottT@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:28282103-A602-48A8-AACB-8BCADE1336E2@xxxxxxxxxxxxxxxx
>I have an access database that is currently at the 2GB limit that I would
> like to convert to SQL. I used DTS to load the database into SQL and
> created
> an .adp project in Access to get at it. The problem occurs when I try and
> open the .adp project it kills whatever PC I am on because it loads the
> entire 2GB database into memory on the client. The database only has one
> table inside it .. but that table contains pictures which constitute the
> 2GB.
> Why does it try and load the entire table into memory, when before I
> converted it to SQL it loaded just fine?? Any suggestions on improving the
> performance?


.



Relevant Pages

  • Re: Multi-Channel Raid VS SAN Storage
    ... The idea of keeping the database in memory is appealing, ... Our report SPs are vry tempDB and memory intensive. ... Probably because our SQL server only has 3 GB of RAM. ... needs it's own SAN device, or at least a dedicated IO channel on the SAN. ...
    (microsoft.public.sqlserver.setup)
  • Re: Memory leak
    ... Load a large DataSet from the database. ... Before loading the DataSet the MemUsage column in Task Manager shows 44 MB. ... I've found a discussion where a claim is made by someone else that DataSet doesn't release memory, but nothing specific is offered. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: performance problem
    ... > it's working with normal speed in this parallel database. ... > but a normal performance on a duplicate database on the same server. ... Memory issue sounds fine. ... SQL Server uses memory as needed up to its set ...
    (microsoft.public.sqlserver.server)
  • Re: Mapped and memory based data files
    ... >>> based database solutions. ... >> You seem to have some misconceptions about the nature of SQL. ... >> If it's memory based then component and native files aren't relevant now ... > Just because some loophole to the problem provides a cost effective ...
    (comp.lang.apl)
  • BULK Processing Process "Expires" without completing
    ... I'm going to have more tables to load - I don't want to do what the current ... Is it possible that somehow I'm running out of memory and not completely ... I should also point out that up to now nobody has tried to write packages ... against this database and I'm not completely sure the database is configured ...
    (comp.databases.oracle.server)

Loading