Bret , One of our DBA initialized the file system device in wrong path and expanded the user database size on that(2 devices ).
We would like to move the device to location where all devices present. Please lemme know how to do that . Can unmount and mount help ?
Example :
Step 1 :
unmount database DB_Name to '/sybase/DB_Name.manifest'
go
Step 2 :
Mount database all from '/sybase/DB_name.manifest'
using
'Correctlocation'='Logical_Name'
'Correctlocation'='Logical_name'
Remaining devices as present previously "Then
go
Will above fix will work ?