How to organize the fragments of the database and optimization?

asked 21 Feb '15, 02:49

mfkpie8's gravatar image

mfkpie8
238646972
accept rate: 12%

Can you be more specific, particularly what you mean by "optimization" here?

(21 Feb '15, 05:18) Volker Barth

Unload/dbinit/reload (possible in one step with dbunload) does the most thorough job, REORGANIZE TABLE does almost as good a job.

permanent link

answered 21 Feb '15, 08:34

Breck%20Carter's gravatar image

Breck Carter
32.5k5407241050
accept rate: 20%

try contig.exe utility first. about contig.exe defragmentation utility

permanent link

answered 23 Feb '15, 06:35

AlexeyK77's gravatar image

AlexeyK77
70761224
accept rate: 8%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×6

question asked: 21 Feb '15, 02:49

question was seen: 1,571 times

last updated: 23 Feb '15, 06:35