0

SMO を使用して SQL Server Express データベースの最大サイズを決定する方法はありますか?

または、言うコードを追加する必要がありますか

if express then
  if sql2005 then 
    limit = 4gb 
  else 
    limit = 10gb
else
  limit = unlimited
end
4

0 に答える 0