Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BULK INSERT Into Temp Table?

Status
Not open for further replies.

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
 
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.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top