Install the SQL Server 2014 CTP2 version of the SSIS build
Go to the following site and download SQL Server Data Tools for SQL Server 2014 CTP2:
Run the downloaded "SSDTBI_VS2012_x86_JPN.exe" file. When doing so, it is recommended to run it in a folder that does not contain Japanese or symbols in the folder path. Otherwise, you may get an error in extracting the file.
Specifies where to extract the files. If the folder path of the destination is alphanumeric only, expand it as it is. The installer runs automatically after deployment.
When the installer starts, select Perform a new stand-alone installation of SQL Server or add features to an existing installation.
Read the license terms carefully, and if you agree with them, check I accept the license terms and click Next.
Check SQL Server Data Tools - Buisiness Intelligence for Visual Studio 2012 and click Next.
When the installation is complete, click the Close button.
Start SQL Server Data Tools for Visual Studio 2012 from the Start menu.
You can choose any of the default environments. Once set, select Start Visual Studio.
When Visual Studio starts, create a project by choosing New > Project from File in the menu.
Select Business Intelligence from the left menu and Integration Services from the middle menu.
After specifying a name for the project and the folder in which to create the project, click the OK button.
The Integration Services project is created.
Since one package has been created, you can place various components on it and create a processing flow. Also, add packages as needed and create a flow.
By the way, SQL Server itself is not installed, but you can create SSIS projects themselves. It is also possible to exchange data with databases on other servers if it is not a local database.