7> go
Msg 5162, Level 16, State 1:
Server 'ASITA27802D238', Line 2:
The maximum number 10 of configured devices has already been reached. Please
reconfigure 'number of devices' to a larger value and retry disk
initialization.
1>
设备数上限已经达到了,要将 'number of devices‘设置大一点
use %db%
sp_confifure 'allow up',1
go
sp_configure 'number of devices',20
go
sp_confifure 'allow up',0
go