Should not compress SQL database???

  • Thread starter Thread starter Cicada
  • Start date Start date
au contraire
SQL Server & Oracle for that matter are "proper" SQL Databases, Jet Database
(Read: MsAccess) is just another file..
Jet tend to perform better with regular Compact (as your computer after a
Defrag of it's harddrives).

PS and I'm not entirely in accord with the blog, I would definitly Truncate
(Compress) a log/dbf file that has bloated out of proportions, admittedly
this should not happen, but I haven't designed all Database systems, nor
loaded data into all of them <g>

Pieter

Oracle Professional DBA (& tinkerer in MSSQL)
 
au contraire
SQL Server & Oracle for that matter are "proper" SQL Databases, Jet Database
(Read: MsAccess) is just another file..
Jet tend to perform better with regular Compact (as your computer after a
Defrag of it's harddrives).

PS and I'm not entirely in accord with the blog, I would definitly Truncate
(Compress) a log/dbf file that has bloated out of proportions, admittedly
this should not happen, but I haven't designed all Database systems, nor
loaded data into all of them <g>

Pieter

Oracle Professional DBA (& tinkerer in MSSQL)

Cicada said:
Below Microsoft Web site suggest people not to compress SQL server
database.
Does this rule apply to MS Access?

http://blogs.msdn.com/khen1234/archive/2005/04/25/411852.aspx



--
 
Thanks very much!
I understand now.

How about ADO, which use OLE DB.
Is it as stable as JET for compressing data??


"Pieter Wijnen"
 
same thing (it will use DAO to do the job)

Pieter

Cicada said:
Thanks very much!
I understand now.

How about ADO, which use OLE DB.
Is it as stable as JET for compressing data??


"Pieter Wijnen"



--
 

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