Collections:
Installing DTS on Windows XP Systems
How To Install DTS (Data Transformation Services) on Windows XP Systems?
✍: Guest
SQL Server 2000 is not supported on Windows XP systems, but you can still install DTS (Data Transformation Services) as client component your XP system. This allows you to continue to use DTS with SQL Server 2005, if you don't want to learn SSIS right away. This tutorial shows you how to install DTS on your local computer system.
1. Insert the SQL Server 2000 CD. The setup wizard shows up.
2. Click SQL Server 2000 Components. The component list window shows up.
3. Click Install Database Server. You will receive a setup error: "Microsoft SQL Server 2005 Enterprise Edition server component is not supported on this operating system. Only client components will be available for installation."
4. Click OK to skip the error message. The installation wizard shows up.
5. Keep clicking Next to skip the first 3 windows until you see the window to enter your name and company.
6. Enter your name and company name. Click Next again. The license window shows up.
7. Click Yes. The installation type list shows up.
8. Select Client Tools Only, and click Next. The component selection window shows up.
9. Select only Enterprise Manager in the Management Tools group and deselect all other component. DTS (Data Transformation Services) is part of the Enterprise Manager component. See the picture below:
10. Click Next and follow the wizard to finish the installation.
⇑ SQL Server FAQs - Introduction to DTS (Data Transformation Services)
2024-01-31, 2239🔥, 0💬
Popular Posts:
How To Recover a Dropped Index in Oracle? If you have the recycle bin feature turned on, dropped ind...
What Privilege Is Needed for a User to Delete Rows from Tables in Another Schema in Oracle? For a us...
Where to find answers to frequently asked questions on Managing Security, Login and User in SQL Serv...
What Happens If the Imported Table Already Exists in Oracle? If the import process tries to import a...
How To Convert Characters to Numbers in Oracle? You can convert characters to numbers by using the T...