I'm trying to run a SELECT INTO query and I get the following error:
"Cannot run SELECT INTO in this database. The database owner must run sp_dboption to enable this option."
I've tried going to query analyzer and running
Grant select, update, insert on reporter to dbo
but this doesn't fix the problem. Can anyone help please.
Thanks in advance
"Cannot run SELECT INTO in this database. The database owner must run sp_dboption to enable this option."
I've tried going to query analyzer and running
Grant select, update, insert on reporter to dbo
but this doesn't fix the problem. Can anyone help please.
Thanks in advance