Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

ACC2000: "CREATE TABLE Permission Denied" Error Message in Export to SQL


View products that this article applies to.

This article was previously published under Q209656
Moderate: Requires basic macro, coding, and interoperability skills.

This article applies only to a Microsoft Access database (.mdb).

↑ Back to the top


Symptoms

When you export a table from Microsoft Access to Microsoft SQL Server, you may receive the following error message
[Microsoft][ODBC SQL Server Driver][SQL Server] CREATE TABLE permission denied, database <database>, owner <owner> [#262]
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.

↑ Back to the top


Cause

You do not have permission to use the SQL command CREATE TABLE in the database that you are exporting the table to.

↑ Back to the top


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.

NOTE: If at least you have rights on the SQL Server, you can try using a SQL pass-through query to administer permissions.

↑ Back to the top


References

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

For more information about pass-through queries, click Microsoft Access Help on the Help menu, type query, pass-through in the Office Assistant or the Answer Wizard, and then click Search to view the topics returned.

↑ Back to the top


Keywords: KB209656, kbusage, kbprb, kberrmsg

↑ Back to the top

Article Info
Article ID : 209656
Revision : 3
Created on : 1/26/2005
Published on : 1/26/2005
Exists online : False
Views : 269