我在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.
請問如何解決?
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.
請問如何解決?
請先 登入 以發表留言。