Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC - Call Failed when using Upsizing Wizard

Status
Not open for further replies.

smsmail

Programmer
Aug 11, 2010
105
US
Hello

I uncorrectly exported an access table using Access Upsizing Wizard to the System Database/Master database in SQLServer 2008 Express. I deleted the table.

Now when try to use the Upsizing Wizard I am getting error "ODBC - Call Failed".

Because of incorrectly exporting a table, what could I have affected? Where do I start troubleshooting?

Thanks in advance for your assistance!





 
I've seen some strange things using the Upsizing Wizard...

Make sure you refresh SQL Server Express and perhaps close everything; and start from scratch. Even try to rename the tables perhaps.

Worst case, you can always enter DDL Commands in SQL Server Express to create the table, assuming that the table structure is not too massive.

htwh...


Steve Medvid
IT Consultant & Web Master
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top