Współdziałania i współistnienia (Integracja usług)
SQL Server 2008 Integration Services can coexist side-by-side with both SQL Server 2005 Integration Services and SQL Server 2000 Data Transformation Services (DTS).
Aby uzyskać szczegółowe informacje dotyczące obsługi DTS w Integration Services, zobacz Obsługę programu SQL Server 2000 DTS programu SQL Server 2008 R2.
Funkcje i różnice
W poniższej tabela wymieniono niektóre różnice między bieżącą i starsze wersje programu Integration Services. Podano również niektóre różnice między Integration Services i jego poprzednik, DTS.
Aby uzyskać dodatkowe informacje dotyczące zmian, które występują podczas uaktualniania SQL Server 2005 do SQL Server 2008, zobacz Uwagi dotyczące uaktualniania usługi integracji.
Funkcja |
Usług integracji programu SQL Server 2008 |
Usług integracji programu SQL Server 2005 |
Usług transformacji danych programu SQL Server 2000 |
---|---|---|---|
Środowisko programowania |
Business Intelligence Development Studio (Microsoft Visual Studio 2008) |
Business Intelligence Development Studio (Microsoft Visual Studio 2005) |
Enterprise Manager |
Środowisko zarządzania |
SQL Server Management Studio |
SQL Server Management Studio |
Enterprise Manager |
tabela systemowa głównego w msdb do przechowywania pakietów |
sysssispackages |
sysdtspackages90 |
sysdtspackages |
Narzędzie wiersz polecenia głównym systemem pakietów |
dtexec (dtexec.exe) wersja 2008 |
dtexec (dtexec.exe) wersja 2005 |
DTSRun (dtsrun.exe) |
Domyślnie głównego folderu systemu plików |
C:\Program Files\Microsoft SQL Server\100\DTS |
C:\Program Files\Microsoft SQL Server\90\DTS |
C:\Program Files\Microsoft SQL Server\80\Tools\binn |
Domyślny klucz rejestru głównego |
HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\SSIS |
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTS |
HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\80\DTS |
Problemy ze zgodnością obok siebie
When you have SQL Server 2008 Integration Services installed side-by-side with SQL Server 2005 Integration Services, you can perform the following tasks:
Projektowanie pakietów Business Intelligence Development Studio.You have to use the SQL Server 2008 version of Business Intelligence Development Studio to develop and maintain packages that are based on SQL Server 2008 Integration Services. Likewise, you have to use the SQL Server 2005 version of Business Intelligence Development Studio to develop and maintain packages that are based on SQL Server 2005 Integration Services.You can load and run packages that were developed in SQL Server 2005 Integration Services in the SQL Server 2008 version of Business Intelligence Development Studio.However, if you save your changes, the packages are saved in the package format that SQL Server 2008 Integration Services uses.Once saved in the format that SQL Server 2008 Integration Services uses, packages can no longer be opened in the SQL Server 2005 version of Business Intelligence Development Studio, nor run by the SQL Server 2005 Integration Services tools.
Zarządzanie pakietami w programie SQL Server Management Studio.Nie można połączyć się z wystąpienie SQL Server 2005 wersja Integration Services usługa SQL Server 2008 wersja Management Studio.Oznacza to, w połączenie z serwerem okno dialogowe Nazwa serwera nie można wprowadzać tylko na którym SQL Server 2005 wersja Integration Services Usługa jest uruchomiony.Jednak można edytować pliku konfiguracja dla usługa i tym samym zarządzanie pakietów, które są przechowywane w wystąpienie z SQL Server 2005 z SQL Server 2008 wersja Management Studio.Aby uzyskać więcej informacji, zobacz Konfigurowanie usługi Integration Services (SSIS).
Pakiety są przechowywane w programie SQL Server.You can store SQL Server 2008 Integration Services packages in the msdb database of an instance of SQL Server 2008.Likewise, you can store SQL Server 2005 Integration Services packages in the msdb database of an instance of SQL Server 2005.However, you cannot store SQL Server 2008 Integration Services packages in the msdb database of an instance of SQL Server 2005.Nor can you store SQL Server 2005 Integration Services packages in the msdb database of an instance of SQL Server 2008.
W wystąpieniu SQL Server 2008, można zaimportować pakiety z wystąpienie SQL Server 2005, ale pakietów nie można eksportować do wystąpienie SQL Server 2005.
W wystąpieniu SQL Server 2005, nie Importuj pakiety, ani eksportować pakietów do wystąpienie SQL Server 2008.
Uruchom pakiety.You can run SQL Server 2005 Integration Services packages by using the SQL Server 2008 version of the dtexec utility or of SQL Server Agent.Whenever a SQL Server 2008 Integration Services tool loads a package that was developed in SQL Server 2005 Integration Services, the tool temporarily converts, in memory, the package to the package format that SQL Server 2008 Integration Services uses.If the SQL Server 2005 Integration Services package has issues that prevent a successful conversion, the SQL Server 2008 Integration Services tool cannot run the package until those issues are resolved.Aby uzyskać więcej informacji, zobacz Uaktualnianie pakietów usług integracji.
|