Sign in
TechNet Blogs
Technet Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
SQL globe readers
Search
Recent Posts
Unable to install SCOM 2012 Reporting Services
Posted
22 days ago
by
Degremont Michel
0
Comments
How configure correctly AlwaysOn readable secondary replica for applicationIntent
Posted
2 months ago
by
Degremont Michel
0
Comments
How to create a dependency between two or more Availability Groups
Posted
2 months ago
by
Degremont Michel
1
Comments
AlwaysOn warning: The current WSFC cluster quorum vote configuration is not recommended for this availablity group
Posted
2 months ago
by
Degremont Michel
0
Comments
Keyword not supported: 'applicationintent'
Posted
2 months ago
by
Degremont Michel
0
Comments
Tags
AlwaysOn Availability Group
AMO
Analysis Services
Cluster
Connectivity
DBA TIP
DC
High Availability
Installation
Kerberos
Management Studio
Migration
MSCS
Powershell
Replication
Security
Service Packs
SQL Server
SQL Server Clustering
SQL Server High Availability
SSAS
SSIS
SSMS
T-SQL
Windlows Cluster
Archives
Archives
May 2013
(1)
April 2013
(2)
March 2013
(2)
December 2012
(1)
October 2012
(1)
September 2012
(1)
August 2012
(1)
June 2012
(3)
April 2012
(6)
March 2012
(6)
February 2012
(9)
January 2012
(3)
December 2011
(3)
November 2011
(6)
October 2011
(7)
September 2011
(6)
July 2011
(9)
June 2011
(6)
March 2011
(3)
January 2011
(4)
December 2010
(3)
November 2010
(3)
September 2010
(6)
August 2010
(6)
July 2010
(3)
June 2010
(3)
May 2010
(2)
March 2010
(4)
February 2010
(4)
January 2010
(2)
December 2009
(4)
November 2009
(2)
October 2009
(4)
September 2009
(4)
August 2009
(4)
July 2009
(4)
Migration SQL Server 2000 DTS to SSIS 2005/2008
TechNet Blogs
>
Microsoft SQL Server
>
Migration SQL Server 2000 DTS to SSIS 2005/2008
Migration SQL Server 2000 DTS to SSIS 2005/2008
Rate This
Degremont Michel
28 Jul 2009 11:26 PM
Comments
0
Migration DTS packages to SSIS 2005/2008
Setup SSIS with DTS 2000
On the migration of 2000 DTS to SSIS 2005/2008. There are many known issues in the migration of DTS 2000. It is recommended to execute the DTS inside SSIS 2005/2008 without migration. And if you need to edit a DTS in 2000 it will be better to recreate from scratch.
Known issues related to migration packages
SQL Server 2005 :
http://msdn.microsoft.com/en-us/library/ms143462(SQL.90).aspx
SQL Server 2008 :
http://msdn.microsoft.com/en-us/library/ms143462.aspx
Support for Data Transformation Services (DTS) in SQL Server 2008
http://msdn.microsoft.com/en-us/library/bb500440.aspx
What should I install for SSIS developers
You will find the answers in the documentation below:
Installing SQL Server Integration Services by Using Setup
SQL Server 2005 :
http://msdn.microsoft.com/en-us/library/ms143510(SQL.90).aspx
SQL Server 2008 :
http://msdn.microsoft.com/en-us/library/ms143510.aspx
"When you select Integration Services for installation, Setup also installs support for SQL Server 2000 Data Transformation Services (DTS) packages, including the DTS runtime and DTS package enumeration in SQL Server Management Studio. Run-time support has been updated to allow DTS packages to access SQL Server 2005 data sources. If you are not installing Integration Services, but you need support for DTS packages, then you need to make sure that Legacy Components is selected on the Feature Selection page."
There are some interesting components to you:
Microsoft SQL Server 2000 DTS Designer Components
SQL Server 2005 :
http://www.microsoft.com/downloads/details.aspx?familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&displaylang=fr
How to: Install Support for Data Transformation Services Packages
http://msdn.microsoft.com/en-us/library/ms143755.aspx
Microsoft SQL Server 2005 Backward Compatibility Components
SQL Server 2005 :
http://www.microsoft.com/downloads/details.aspx?familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&displaylang=fr
SQL Server 2008 :
http://www.microsoft.com/downloads/details.aspx?FamilyId=C6C3E9EF-BA29-4A43-8D69-A2BED18FE73C&displaylang=fr
Sample
With SQL Server Management Studio 2005/2008
Import the package DTS 2000
in SQL Instance >> Management >> Legacy >> DTS : Import
Migrate the package DTS 2000 to SSIS
package Instance >> Management >> Legacy >> DTS : Migrate wizard
Migration des packages DTS vers SSIS 2005/2008
Setup SSIS avec DTS 2000
Concernant la migration des DTS 2000 vers SSIS 2005/2008. Il existe de nombreux problèmes connus dans la migration des DTS 2000. Il est recommandé de d'exécuter les DTS 2000 dans SSIS 2005/2008 sans les migrer. Et si vous devez modifier un DTS 2000 il est préférable de le recréer.
Problèmes connus liés à la migration des packages
SQL Server 2005 :
http://msdn.microsoft.com/fr-fr/library/ms143462(SQL.90).aspx
SQL Server 2008 :
http://msdn.microsoft.com/fr-fr/library/ms143462.aspx
Prise en charge de DTS dans SQL Server 2008
http://msdn.microsoft.com/fr-fr/library/bb500440.aspx
Que faut-il installer pour les développeurs SSIS
Vous trouverez les éléments de réponses dans la documentation ci-dessous :
Installing SQL Server Integration Services by Using Setup
SQL Server 2005 :
http://msdn.microsoft.com/fr-fr/library/ms143510(SQL.90).aspx
SQL Server 2008 :
http://msdn.microsoft.com/fr-fr/library/ms143510.aspx
"When you select Integration Services for installation, Setup also installs support for SQL Server 2000 Data Transformation Services (DTS) packages, including the DTS runtime and DTS package enumeration in SQL Server Management Studio. Run-time support has been updated to allow DTS packages to access SQL Server 2005 data sources. If you are not installing Integration Services, but you need support for DTS packages, then you need to make sure that Legacy Components is selected on the Feature Selection page."
Il a des composants qui sont intéressants dans votre cas :
Microsoft SQL Server 2000 DTS Designer Components
SQL Server 2005 :
http://www.microsoft.com/downloads/details.aspx?familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&displaylang=fr
Procédure : installer la prise en charge des packages DTS
http://msdn.microsoft.com/fr-fr/library/ms143755.aspx
Microsoft SQL Server 2005 Backward Compatibility Components
SQL Server 2005 :
http://www.microsoft.com/downloads/details.aspx?familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&displaylang=fr
SQL Server 2008 :
http://www.microsoft.com/downloads/details.aspx?FamilyId=C6C3E9EF-BA29-4A43-8D69-A2BED18FE73C&displaylang=fr
Exemple
Avec SQL Server Management Studio 2005/2008
Import the package DTS 2000
in SQL Instance >> Management >> Legacy >> DTS : Import
Migrate the package DTS 2000 to SSIS
package Instance >> Management >> Legacy >> DTS : Migrate wizard
Migración de paquetes DTS a SSIS 2005/2008
Setup SSIS con DTS 2000
Sobre la migración de DTS SQL Server 2000 a SSIS 2005/2008. Hay muchos problemas conocidos en la migración de DTS 2000. Se recomienda ejecutar el DTS en SSIS 2005/2008 sin la migración. Y si necesita editar un DTS serà mejor volver a crearlo.
Problemas conocidos de migración de paquetes
SQL Server 2005 :
http://msdn.microsoft.com/es-es/library/ms143462(SQL.90).aspx
SQL Server 2008 :
http://msdn.microsoft.com/es-es/library/ms143462.aspx
Compatibilidad con Servicios de transformación de datos de DTS en SQL Server (2008)
http://msdn.microsoft.com/es-es/library/bb500440.aspx
¿Qué debo instalar para desarrolladores SSIS?
Va a encontrar las respuestas en la documentación a continuación:
Problemas conocidos de migración de paquetes
SQL Server 2005 :
http://msdn.microsoft.com/es-es/library/ms143510(SQL.90).aspx
SQL Server 2008 :
http://msdn.microsoft.com/es-es/library/ms143510.aspx
"When you select Integration Services for installation, Setup also installs support for SQL Server 2000 Data Transformation Services (DTS) packages, including the DTS runtime and DTS package enumeration in SQL Server Management Studio. Run-time support has been updated to allow DTS packages to access SQL Server 2005 data sources. If you are not installing Integration Services, but you need support for DTS packages, then you need to make sure that Legacy Components is selected on the Feature Selection page."
Tiene componentes que son interesantes para usted:
Microsoft SQL Server 2000 DTS Designer Components
SQL Server 2005 :
http://www.microsoft.com/downloads/details.aspx?familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&displaylang=fr
Cómo instalar la compatibilidad con los paquetes de Servicios de transformación de datos
http://msdn.microsoft.com/es-es/library/ms143755.aspx
Microsoft SQL Server 2005 Backward Compatibility Components
SQL Server 2005 :
http://www.microsoft.com/downloads/details.aspx?familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&displaylang=fr
SQL Server 2008 :
http://www.microsoft.com/downloads/details.aspx?FamilyId=C6C3E9EF-BA29-4A43-8D69-A2BED18FE73C&displaylang=fr
Ejemplo
Con SQL Server Management Studio 2005/2008
Import the package DTS 2000
in SQL Instance >> Management >> Legacy >> DTS : Import
Migrate the package DTS 2000 to SSIS
package Instance >> Management >> Legacy >> DTS : Migrate wizard
Michel Degremont
| Microsoft EMEA
Product Support Services Developer - SQL Server Core Engineer |
0 Comments
Integration Services
,
SSIS
,
DTS
,
SSMS
,
Migration
Leave a Comment
Name
Comment
Please add 7 and 4 and type the answer here:
Post