Jan 2, 2002 #1 metsey Programmer Joined Mar 2, 2001 Messages 49 Location US Is is possible to bulk insert into a temp table? I keep getting the following error: "The current user is not the database or object owner of table '#ImportHold'. Cannot perform SET operation." Any help wba
Is is possible to bulk insert into a temp table? I keep getting the following error: "The current user is not the database or object owner of table '#ImportHold'. Cannot perform SET operation." Any help wba
Jan 2, 2002 #2 balves Programmer Joined Oct 24, 2000 Messages 983 Location US You should be able to do a BULK INSERT to a temporary table with this stipulation: Only members of the sysadmin and bulkadmin fixed server roles can execute BULK INSERT. Upvote 0 Downvote
You should be able to do a BULK INSERT to a temporary table with this stipulation: Only members of the sysadmin and bulkadmin fixed server roles can execute BULK INSERT.