1.with ssis 2012,we can move user variables to different scopes
2. you can use expression builder to build expressions for variables.
3.BIDS supports :Name ,scope,data type,value,namespace and raise event when variable change
and SSDT adds description and Expression
Features dropped task:
Data Transformation Services (DTS)
ActiveX Script Task
2. you can use expression builder to build expressions for variables.
3.BIDS supports :Name ,scope,data type,value,namespace and raise event when variable change
and SSDT adds description and Expression
Features dropped task:
Discontinued Integration Services Functionality in SQL Server 2012
This topic describes Integration Services features that are no longer available in the current release of SQL Server Integration Services.
Data Transformation Services (DTS)
Support for migrating or running Data Transformation Services (DTS) packages has been discontinued in this release. The following DTS functionality has been discontinued.
- DTS runtime
- Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask namespace
- Package Migration Wizard for migrating DTS packages to the next version of Integration Services
- Support for DTS package maintenance in SQL Server Management Studio
- Execute DTS 2000 Package task
- Upgrade Advisor scan of DTS packages.
ActiveX Script Task
The ActiveX Script task has been discontinued, including the Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask namespace. You can re-create the functionality of your ActiveX scripts by using the new control flow containers and the more flexible precedence constraints available in Integration Services. Or, you can rewrite your scripts by using the Integration Services Script task.