Thanks. after I issue command sp_extend on a raw device mydevice
sp_dbextend 'set', 'device', 'mydevice', '10%'
the check the info with
sp_dbextend list
then I got following info:
type | name | segment | item | value | status |
feature | server-wide | (n/a) | (n/a) | (n/a) | enabled |
database | default | (all) | growby | 10% | enabled |
device | default | (n/a) | growby | 10% | enabled |
device | mydevice | (n/a) | growby | 10% | enabled |
and I have no database call default in ase. default database should be master. mydevice is only used for mydb. and I only want autoextend applied on mydb and device for this db.
so I am confused. Question is: what would happen for this case as mydevice is a raw device which is created with 1G size?