I am trying to enable the select into/bulkcopy database option on a SQL Server 2005 database using the command:...EXEC sp_dboption 'mydbname', 'select into/bulkcopy', 'true'
...After executing the above, running ...EXEC sp_dboption 'mydbname', 'select int...