Article ID: 302621 - Last Review: October 3, 2003 - Revision: 3.2 BUG: Cannot Perform BULK INSERT with Bulkadmin PrivilegesThis article was previously published under Q302621
BUG #: 354213 (SHILOH_BUGS)
SYMPTOMS
If a BULK INSERT command is issued by a user who
Server: Msg 8104, Level 16, State 2, Line 1 The current user is not the database or object owner of table '<table_name>'. Cannot perform SET operation. WORKAROUND
To work around the problem, make sure that the user is also part of either the db_ddladmin or the db_owner database role in addition to the bulkadmin server role. Another workaround is to make the user the owner of the database.
STATUS
Microsoft has confirmed this to be a problem in SQL Server 2000.
| Article Translations
|

Back to the top
