各選項選中時的含義如下:
運行結果如下
The following options are set:
-----------------------------------
select into/bulkcopy
trunc. log on chkpt.
autoshrink
auto create statistics
auto update statistics
例6-3:設置mytest 數據庫的offline 狀態為True,讓一般用戶無法使用此數據庫。
exec sp_dboption 'mytest', 'offline', 'true'
運行結果如下:
sp_dboption command succeeded.
注意:系統管理員可以在模板數據庫model中執行Sp_dboptin命令中設置數據選項,這將改變所有新建數據庫的初始選項設置。