Difference between revisions of "FAQ:SSIS:Target Server Version Option"

From Melissa Data Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:


==Setting the Target Server Version Option==
==Setting the Target Server Version Option==
#In Visual Studio, verify that the Target Server Version option is set to the corresponding SQL Server instance on the machine.
In Visual Studio, verify that the Target Server Version option is set to the corresponding SQL Server instance on the machine.
 
#To set the Target Server Version, in Visual Studio’s Solution Explorer, right click on the SSIS project Node and click '''Properties'''.
#To set the Target Server Version, in Visual Studio’s Solution Explorer, right click on the SSIS project Node and click '''Properties'''.
#:[[File:SSIS_TSV-Step2.png|link=]]<br/><br/>
#:[[File:SSIS_TSV-Step2.png|link=]]<br/><br/>
Line 10: Line 11:
#Once set, the project will reload. Double click the .dtsx package in the Solution Explorer menu and our SSIS components should appear in the SSIS Toolbox.
#Once set, the project will reload. Double click the .dtsx package in the Solution Explorer menu and our SSIS components should appear in the SSIS Toolbox.
#:[[File:SSIS_TSV-Step4.png|link=]]
#:[[File:SSIS_TSV-Step4.png|link=]]
:Melissa’s SSIS Enterprise level components can process hundreds of thousands of records per hour.
:SSIS is available in 2 processing modes, '''Cloud''' and '''On Premise''', which will affect throughput speeds.




[[Category:FAQ]]
[[Category:FAQ]]
[[Category:SSIS:Data Quality Components]]
[[Category:SSIS:Data Quality Components]]

Latest revision as of 23:24, 29 March 2022

← SSIS:Data Quality Components


Setting the Target Server Version Option

In Visual Studio, verify that the Target Server Version option is set to the corresponding SQL Server instance on the machine.

  1. To set the Target Server Version, in Visual Studio’s Solution Explorer, right click on the SSIS project Node and click Properties.
    SSIS TSV-Step2.png

  2. Select Configuration Properties. You will see the Target Server Version; select the desired version of SQL Server.
    SSIS TSV-Step3.png

  3. Once set, the project will reload. Double click the .dtsx package in the Solution Explorer menu and our SSIS components should appear in the SSIS Toolbox.
    SSIS TSV-Step4.png