Bloating Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does Microsoft have any plans to fix the bloating problem?

I have tried all suggestions without impact on the bloating (Close
recordsets explicitly, create an external database, etc).


Thanks

Ross
 
Ross said:
Does Microsoft have any plans to fix the bloating problem?

I have tried all suggestions without impact on the bloating (Close
recordsets explicitly, create an external database, etc).


Thanks

Ross

I assume you are compacting the database?
 
My Code rich programs start at 200K and will corrupt before processing is
complete!

Yes I compact at any point that I can.
 
what do you mean?

it starts at 200MB and it wont' process because it hits 2gb?

you need to use less temp tables then man.

anything this large; you really should be in MSDE or SQL Server 2005
Express edition.. there is new article about using SQL 2005 Express
with vb6-type stuff.. so im pretty sure that you could even use it with
most of your existing code..

what type of data do you have in your db

SQL Server-- MSDE--- is 10x faster with a high record count like this.
If you know how to use it. I really reccomend Analysis Services for
anything this large; it just cuts down on a lot of problems to do it
right.

what do you have a 200mb file of?

does this link to a dozen other 1gb databases and you get performance
problems because you're trying to make 4gb of temp tables?

how many records altogehter-- are getting shipped into all of your temp
tables?

why are you using temp tables

just give us a lot more information; and we'll work this out.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top