The information in this article applies to:
Moderate: Requires basic macro, coding, and interoperability skills. This article applies only to a Microsoft Access database (.mdb). SYMPTOMSWhen you export a table from Microsoft Access to Microsoft SQL Server, you may receive the following error message where <database> is the database that you were trying to export the table to and <owner> is the SQL Login ID of the owner of the database. CAUSEYou do not have permission to use the SQL command CREATE TABLE in the database that you are exporting the table to. RESOLUTION
To correct this situation, the SQL system administrator or the owner of the
database must grant you CREATE TABLE permission in the database that you want to export to.
REFERENCESFor more information about SQL Server, click Microsoft Access Help on the
Help menu, type "SQL Databases" in the Office Assistant or the Answer Wizard,
and then click Search to view the topics returned. Additional query words: prb
Keywords : kberrmsg kbusage kbdta OdbcOthr |
Last Reviewed: May 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |