BUG: Cannot Load a Table If the Owner Is Not SA or DBOLast reviewed: June 5, 1997Article ID: Q169492 |
The information in this article applies to:
SYMPTOMSA table cannot be restored from a database or table dump by anyone other than the target table owner if the target table is not owned by the system administrator (SA) or database owner (DBO). This is true even for the SA or DBO of the database; that is, the SA or DBO cannot load a table into a table that a user owns. The LOAD TABLE statement fails with the following error message:
Msg 8407, Level 16, State 1 Invalid target table 'newmy2' specified in LOAD TABLE. Table load has been aborted for table 'newmy2'. WORKAROUNDTo work around this problem, do either of the following:
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe following are the requirements to load a table. As long as they are satisfied, you should be able to load a table:
|
Keywords : kbbug6.50 kbusage SSrvAdmin SSrvGen
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |