Dear Mark,
HCP_data_001 size was 94 gb, after disk resize(10gb= it became 104gb . Then applied alter database. (So i wanted to increase 10 gb for Data and Log)
I have applied these,
use master
go
disk resize name ="HCP_data_001" , size="10G"
go
alter database HCP on HCP_data_001.dat = 10G
go
But LOG returns as ;
alter database HCP on HCP_log_001 = 10G
This command adds data space to disk 'HCP_log_001', which previously contained
only log. You must specify WITH OVERRIDE to force this allocation.
and,
sp_helpdb HCP
go