Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9193

Re: How to extend raw device size manually?

$
0
0

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:

 

typenamesegmentitemvaluestatus
featureserver-wide(n/a)(n/a)(n/a)enabled
databasedefault(all)growby10%enabled
devicedefault(n/a)growby10%enabled
devicemydevice(n/a)growby10%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 and created with 1G size?


Viewing all articles
Browse latest Browse all 9193

Trending Articles