I have a 36 GB Sql Server database. (Sql Server 2000)
In previsous attempts to reorganize it, ie
xp_sqlmaint '-D DBNAME -RebldIdx 10 -RmUnusedSpace 50 10
... the job would fail due to insufficient space.
(There is some additional space now on the drive)
How does one estimate how much free space must be present on the drive where the database resides so a failure will not occur?
Can Sql Server be told to use additionally free space on another drive?
Thanks.
In previsous attempts to reorganize it, ie
xp_sqlmaint '-D DBNAME -RebldIdx 10 -RmUnusedSpace 50 10
... the job would fail due to insufficient space.
(There is some additional space now on the drive)
How does one estimate how much free space must be present on the drive where the database resides so a failure will not occur?
Can Sql Server be told to use additionally free space on another drive?
Thanks.