SQL Management Studio Task Import Data is greyed out

12,537

Solution 1

We can open the "SQL Server Import and Export Wizard" without the help of SQL Management Studio.

The path is something like this (depending on your version):

"C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\CommonExtensions\Microsoft\SSIS\150\Binn\DTSWizard.exe"

Solution 2

What version of SSMS do you have installed? I had the same problem with v18 preview 4 and rolled back to 17.9 which resolved the problem for me.

Solution 3

Notice that you can also import data from files (for example CSV files) using the option you got there of "import flat file". A wizard will open and allow you to choose the file you want to import

Share:
12,537
mr R
Author by

mr R

Updated on June 18, 2022

Comments

  • mr R
    mr R about 2 years

    Database: SQL2017 Express Management Studio 18 System: x64 I have sysdmin / db owner etc & database is accessible/updateable.

    enter image description here

    "This feature is not currently available in this version or the database is not available"

    I solved this by using (Menu start-> type "Import" which runs DTSWizard.exe), but it still doesnt work from SSMS.

  • mr R
    mr R over 5 years
    v18.0 Preview 4. Build 15.0.18040.0
  • feganmeister
    feganmeister over 5 years
    I'd suggest un-installing that version of SSMS and re-installing 17.9
  • pantonis
    pantonis almost 5 years
    Running latest 18.1 and this option is still disabled
  • feganmeister
    feganmeister almost 5 years
    @pantonis did you install Microsoft Access Database Engine 2010?
  • pantonis
    pantonis almost 5 years
    @feganmeister No. But why do I need to install these. Previous versions of SSMS did not need this
  • default
    default almost 5 years
    @feganmeister you need to install this if you don't have Microsoft Office installed and need to open .mdb files, also you can open the export wizard directly without SSMS: "C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\CommonExtensions\Microsoft\SSIS\150\Binn\DTSW‌​izard.exe"
  • Mahavirsinh Padhiyar
    Mahavirsinh Padhiyar almost 4 years
    Very much appreciate