March 9, 2004 at 11:12 pm
Hi !
Can anyboody tell that hw to import the *.DTS file in SQL Server 2000 ?
Regards
Prashant Thakwanithakwani_prashant@yahoo.co.in
March 10, 2004 at 3:19 am
hi Prashanth,
below are the steps for importing a DTS package.
Open Enterprise Manager - Client.
- Right click on the Data Transformation Services Folder.
- Select Open Package and browse through your local system folders to select the *.DTS file and open it.
Thats all.. you have that DTS package on your Server.
Regards,
Ankush
March 11, 2004 at 12:18 pm
After opening the DTS like ankushac said, you have to save it on the server:
- Select Save as... from the Package menu
- Change the location to SQL Server
- Select your server and user/password
March 15, 2004 at 2:59 pm
It sounds like you want to import a *.DTS file. If that's the case then:
1) Open SQL Server
2) Click on Data Transformation Services
3) Click on Action on the Menu Bar
4) Select 'Open'
5) Browse to and Open the DTS Package file
Hope this helps:
March 15, 2004 at 6:46 pm
You might also try the DTSRUN.EXE tool. IIRC, It doesn't require you to have EM to run a package.
Peter Evans (__PETER Peter_)
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply