The information in this article applies to:
BUG #: 56147 (SQLBUG_70) BUG #: 55515 (SQLBUG_70) SYMPTOMSWhen you run SQL Server Enterprise Manager wizards against objects owned by anyone other than yourself or the database owner (DBO), you may receive errors and the wizard may not complete successfully. CAUSEWhen you do not use the fully qualified object name, SQL Server looks for the following: If it does not find this, it then looks for: The wizards do not allow you to specify an owner. So, if you are not logged on as the object owner and the object is not owned by the DBO, the wizards will not find the object. WORKAROUNDUse sp_changeobjectowner to change the owner of the table to the DBO, and then run the wizard again. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. MORE INFORMATIONOne example of this problem is that when you run the Index Tuning Wizard on tables that neither you nor the DBO own, you will receive the following error: Another example of this is that when you run the Create View Wizard and use tables that neither you nor the DBO own, you will receive the following error:
Additional query words:
Keywords : kbSQLServ700bug |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |