|
|||||
|
Data Import/Export
|
|||||
|
Introduction If you need to get data into or out of SQL Server, either as a one-off or on a regular basis, there are several ways to achieve this. However in many situations the best solution is to use the excellent DTS (Data Transformation Services) application included with SQL Server 2000 or the replacement SQL Server Integration Services (SSIS) in SQL Server 2005. DTS/SSIS are large and complex applications, however they are also extremely powerful and consequently we use them for most data conversion tasks, even when neither the source nor the destination is SQL Server! In addition to transferring data they can also be used to transform or modify the data during the import process. For example a single import file may be used to update multiple tables within the database. |
|
Examples |
| |
| |
| |
| |
| |
|
Specific Example |
|
| Example of a DTS Package Diagram (similar but not identical to the above) |
|
|
| What To Do
Next... Please contact us if you have a need to import or export data to/from SQL Server. Please click here for our contact details. |
|
Copyright ©2007, Aldex Software Ltd. |