In this article, we will be discussing about the error message [The OLE DB provider “Microsoft.ACE.OLEDB.12.0” has not been registered] and how you can easily resolve it.
Importing Data from Excel to SQL Server via SSMS
In most of the cases, you might get the [OLE DB Provider “Microsoft.ACE.OLEDB.12.0” has not been registered] error message, when trying to import data from Excel to SQL Server (i.e. via SQL Server Management Studio, also known as SSMS) and especially when trying to import data from an xlsx Excel file, that is a more modern Excel file format (Excel 2007 and later) than the old xls file format (Excel 2003 and earlier).
So, why does this happen?
The reason you get the above error message, is because you need to install the necessary drivers, in order for SSMS to be able to properly read the Excel file.
Installing the Proper Microsoft Drivers
So, indeed, as the above error message suggests, you are missing certain drivers in order to be able to read from Excel files (version 2007 or later – xlsx file format).
To this end, the driver you are missing, is actually the Microsoft Access Database Engine 2016 Redistributable. and you can download it from here.
Now, when you visit the above download link and right after you click on the “Download” button, you are presented with 2 options. So, you can either download and install the 32-bit version of Microsoft Access Database Engine 2016 Redistributable (file name “accessdatabaseengine.exe”), or the 64-bit version (file name “accessdatabaseengine_X64.exe”).
Scenario 1: On a PC with SSMS Installed but without SQL Server Installed
In case you are using SSMS on your PC without a SQL Server Database Engine installation on it, then you will need to install and use the 32-bit version of the Microsoft Access Database Engine 2016 Redistributable, that is the file with name “accessdatabaseengine.exe”, since the SSMS process that reads from Excel files, is a 32-bit process.
Scenario 2: On a PC with both SSMS and SQL Server Installed
In a different case, that is the scenario where your PC has SQL Server Database Engine installed on it along with SSMS, then you will need to install and use the 64-bit version of the Microsoft Access Database Engine 2016 Redistributable.
Handling Potential Issues when Installing the Access Database Engine 2016 Redistributable
So, in the scenario where you indeed need to install the 32-bit version of the Microsoft Access Database Engine 2016 Redistributable (that is Scenario 1), under certain circumstances, you might get an error message, saying that the 32-bit version of the Access redistributable cannot be installed, because you have other 64-bit Office products installed on the PC, for example: “Office 16 Click-to-Run Extensibility Component 64-bit Registration“.
Here are the relevant error messages:
In case you got the above error messages and you cannot proceed with the installation, here’s what you can try:
- Start a command prompt as an administrator
- In the command prompt, navigate to the folder where you saved the 32-bit version of the Microsoft Access Database Engine 2016 Redistributable file (file name “accessdatabaseengine.exe“) and run the installation in quiet mode as per the below command:
accessdatabaseengine.exe /quiet
- Then, after the installation completes, try again to import data from the Excel file (xlsx) to SQL Server using SSMS
Hopefully, all the above solve the issue!
Learn essential SQL Server development tips – Enroll to our Online Course!
Check our online course titled “Essential SQL Server Development Tips for SQL Developers”
(special limited-time discount included in link).Sharpen your SQL Server database programming skills via a large set of tips on T-SQL and database development techniques. The course, among other, features over than 30 live demonstrations!
Featured Online Courses:
- AI Essentials: A Beginner’s Guide to Artificial Intelligence
- SQL Server 2022: What’s New – New and Enhanced Features
- Working with Python on Windows and SQL Server Databases
- Introduction to Azure Database for MySQL
- Boost SQL Server Database Performance with In-Memory OLTP
- Introduction to Azure SQL Database for Beginners
- Essential SQL Server Administration Tips
- SQL Server Fundamentals – SQL Database for Beginners
- Essential SQL Server Development Tips for SQL Developers
- Introduction to Computer Programming for Beginners
- .NET Programming for Beginners – Windows Forms with C#
- SQL Server 2019: What’s New – New and Enhanced Features
- Entity Framework: Getting Started – Complete Beginners Guide
- Data Management for Beginners – Main Principles
- A Guide on How to Start and Monetize a Successful Blog
Read Also:
- Essential SQL Server Development Tips for SQL Developers
- The TempDB System Database in SQL Server
- SQL Server Installation and Setup Best Practices
- The feature you are trying to use is on a network resource that is unavailable
- SQL Server 2016: TempDB Enhancements
- tempdb growth
- Introduction to SQL Server Machine Learning Services
- Essential SQL Server Administration Tips
- What are SQL Server Statistics and Where are they Stored?
- Error converting data type varchar to float
- Error converting data type varchar to numeric
- Resolving “System.IO.IOException: The process cannot access the file because it is being used by another process” CLR Error
- Check all our Weekly Tips!
Subscribe to our newsletter and stay up to date!
Subscribe to our YouTube channel (SQLNetHubTV)!
Like our Facebook Page!
Check our SQL Server Administration articles.
Check out our latest software releases!
Check our eBooks!
Rate this article:
Reference: SQLNetHub.com (https://www.sqlnethub.com)
© SQLNetHub
Artemakis Artemiou is a seasoned Senior Database and AI/Automation Architect with over 20 years of expertise in the IT industry. As a Certified Database, Cloud, and AI professional, he has been recognized as a thought leader, earning the prestigious Microsoft Data Platform MVP title for nine consecutive years (2009-2018). Driven by a passion for simplifying complex topics, Artemakis shares his expertise through articles, online courses, and speaking engagements. He empowers professionals around the globe to excel in Databases, Cloud, AI, Automation, and Software Development. Committed to innovation and education, Artemakis strives to make technology accessible and impactful for everyone.