HI,
I am shrinking db devices for a large db with multiple devices( raw partitiosn) there are large devices but space has been allocated in 10gb increments now with "alter database db_name off device_name=
10GB' I am expecting to see the space release back to original device but not still allocated to same db after alter db, I see in
sp_helpdb db_name
last line
log only free kbytes=xx, log unavailable kbytes=100000, data only unavailable kybets=630000
How do I releae this last complete from db , need to be return to all db's future allocation?
Do I need ASE reboot or db full dump?