unable to import data into SSMS

Damodara Kuntrapaku 0 Reputation points
2025-08-12T12:47:34.66+00:00

HI Team,

Am unable to import data into SSMS from network location.

User's image

ERROR: TITLE: SQL Server Import and Export Wizard


The operation could not be completed.


ADDITIONAL INFORMATION:

The 'Microsoft.ACE.OLEDB.16.0' provider is not registered on the local machine. (System.Data)


BUTTONS:

OK


I have downloaded AccessDatabaseEngine_X64, but still am facing issues. Since I was using All SQL application are 64bit version. I was unable to use 32bit version.

Could you please help asap.

Regards,

Damodara

Developer technologies | Transact-SQL
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Bruce (SqlWork.com) 79,101 Reputation points Volunteer Moderator
    2025-08-12T17:34:38.9666667+00:00

    install the driver on your local machine:

    https://www.microsoft.com/en-us/download/details.aspx?id=54920

    also are you current on SSMS (v21)?

    https://learn.microsoft.com/en-us/ssms/install/install

    0 comments No comments

  2. Erland Sommarskog 124.3K Reputation points MVP Volunteer Moderator
    2025-08-12T21:31:59.9166667+00:00

    Which version of SSMS are you using? SSMS 20 and earlier are 32-bit, and you need the 32-bit version of the driver. (The fact that SQL Server itself is 64-bit is irrelevant.)

    SSMS 21 is 64-bit so that should work, but I have not actually tried it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.