Hi everyone,
I have the following environment to develop an SSIS Package : Windows Server 2008 R2, 2 instances of SQL Server 2012 installed (Express and Standard) and SSDT installed. The services of SQL Server Express instance have been stopped.
When I start SSDT to create a new SSIS project I have the following error : "Microsoft Visual Studio is unable to load this document: To design Integration Services packages in SQL Server Data Tools (SSDT). SSDT has to be installed by one of these editions of SQL Server 2012: Standard. Enterprise. Developer, or Evaluation. To install SSDT, run SQL Server Setup and select SQL Server Data Tools.".
The problem is that ... SQL Server 2012 Standard is installed on this machine! I've tried to reinstall SSDT but error's still here.
I believe that uninstalling the SQL Express might solve the problem. But :
- Would this solve this problem?
- How can I uninstall a specific instance?
Update : I just uninstalled the Express instance and the error message when loading a SSIS projet in SSDT still appears.