Collections:
Starting DTS Wizard
How To Start DTS Wizard?
✍: Guest
If you have installed DTS as part of the SQL Server 2000 Enterprise Manager tool properly, you should be able to start the DTS Wizard from the start menu:
Click Start > All Programs > SQL Server > Import and Export Data. The DST Wizard window will show up.
You could also start the DTS Wizard from the File Explorer windows:
Go to C:\Program Files\Microsoft SQL Server\80\Tools\Binn and double-click dtswiz.exe. The DST Wizard window will show up.
⇒ Defining SQL Server 2005 as the DTS Data Source
⇐ Installing DTS on Windows XP Systems
⇑ SQL Server FAQs - Introduction to DTS (Data Transformation Services)
2024-01-31, 2180🔥, 0💬
Popular Posts:
How To Connect ASP Pages to Oracle Servers in Oracle? If you are running Windows IIS Web server and ...
How To Connect to a MySQL Server with a Port Number in MySQL? If you want to connect a MySQL server ...
Is PL/SQL Language Case Sensitive in Oracle? PL/SQL language is not case sensitive: Reserved words a...
How To Convert Characters to Numbers in Oracle? You can convert characters to numbers by using the T...
How To End a Stored Procedure Properly in SQL Server Transact-SQL? Where the end of the "CREATE PROC...