SQL 語法與SQL SERVER(編號:2111)

我在SQL SERVER的QUERY ANALYZER中執行以下的SQL語法:
select brcode,brname into test from emp05b order by brcode
結果出現以下錯誤訊息:
Cannot run SELECT INTO in this database.
The database owner must run sp_dboption to enable this option.
請問如何解決?