to move user databases (not system database like msdb, master, tempdb)
simply detach the database, move the MDF and LDF files to the D: then attach
the database from the new location.
read this:
http://support.microsoft.com/kb/224071/en-us for AS, what are the size of your cubes? (sometimes the cubes are small so
you don't see the difference)
if you delete in the management interface and the data folder still contain
the deleted objects, you can delete the folder yourself.
but take care to delete ONLY the folder with the deleted objects
but...
BACKUP BACKUP BACKUP !!!!!
backup before you do anything a mistake can break everything.
[quoted text, click to view] "Chris" <Chris@discussions.microsoft.com> wrote in message
news:F3A8F622-9120-4FA1-B240-B2F051AFFB60@microsoft.com...
> Hi,
> I need your assistance with 2 questions:
>
> 1. I just got my new server and ready to setup as my warehouse (Data).
> It's
> has 2 logical drives:
> a. C: at 31GB
> b. D: at 260GB
>
> I installed SQL Server 2000 Analysis Server successfully. How can I move
> the
> data to be stored on the 260GB drive?
>
> 2. My second question is: When I delete a cube I don't see my drive space
> being recovered. How can I recover the drive space?
>
> Thanks