Hi - I just received a new pc and after downloading SSMS v 20.2 I’m trying to import data into sql server. I receive an error message that the Microsoft.ACE.OLEDB.12.0 provider is not registered on this machine. After some research found that I should install Microsoft Access Database Engine 2016 (Microsoft.ACE.OLEDB.16.0) https://www.microsoft.com/en-us/download/details.aspx?id=54920<\/a> which I completed. But I am still receiving the same error. Anyone have any additional thoughts on what to try next?<\/p>","upvoteCount":1,"answerCount":5,"datePublished":"2024-08-22T14:55:34.333Z","author":{"@type":"Person","name":"spiceuser-sckkt","url":"https://community.spiceworks.com/u/spiceuser-sckkt"},"suggestedAnswer":[{"@type":"Answer","text":"
Hi - I just received a new pc and after downloading SSMS v 20.2 I’m trying to import data into sql server. I receive an error message that the Microsoft.ACE.OLEDB.12.0 provider is not registered on this machine. After some research found that I should install Microsoft Access Database Engine 2016 (Microsoft.ACE.OLEDB.16.0) https://www.microsoft.com/en-us/download/details.aspx?id=54920<\/a> which I completed. But I am still receiving the same error. Anyone have any additional thoughts on what to try next?<\/p>","upvoteCount":1,"datePublished":"2024-08-22T14:55:34.403Z","url":"https://community.spiceworks.com/t/sql-server-management-studio-importing-data-issue/1108912/1","author":{"@type":"Person","name":"spiceuser-sckkt","url":"https://community.spiceworks.com/u/spiceuser-sckkt"}},{"@type":"Answer","text":"
Microsoft Access Database Engine 2016 comes in two flavors 64 bit and 32bit, you probably need to install the 32 bit version. There is a chance when you do it through the installer that it tells you now because the 64 bit version is already installed or you have office 64 bit installed, however, if you install it via command line it works.<\/p>","upvoteCount":0,"datePublished":"2024-08-22T15:49:18.231Z","url":"https://community.spiceworks.com/t/sql-server-management-studio-importing-data-issue/1108912/2","author":{"@type":"Person","name":"norriii","url":"https://community.spiceworks.com/u/norriii"}},{"@type":"Answer","text":" Maybe try and register the Access Database Engine manually via command line? Or you could head to Control Panel > Programs and Features and ten find the MS Access Database Engine 2016 Redistributable and repair it to see if that makes it work.<\/p>\n If these don’t work you could try and us something like BCP which is basically a bulk copy program that can import large amounts of data quickly or even the SQL Server Import and Export Wizard in SSMS under the tasks menu for a particular database.<\/p>","upvoteCount":0,"datePublished":"2024-08-22T15:49:37.769Z","url":"https://community.spiceworks.com/t/sql-server-management-studio-importing-data-issue/1108912/3","author":{"@type":"Person","name":"stefan-pulseway","url":"https://community.spiceworks.com/u/stefan-pulseway"}},{"@type":"Answer","text":"