Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 How to Send DTS Package

Author  Topic 

bridge
Yak Posting Veteran

93 Posts

Posted - 2005-05-25 : 02:26:59
I have made a DTS package. Now I want to send this to my friend, how can I send this and how will he open it?

SreenivasBora
Posting Yak Master

164 Posts

Posted - 2005-05-25 : 16:02:56
If you stretch your eyes you can get this option. If know how to create DTS Package. Goto EM , then expand DTS node , select your dts package.

Goto Package , SAVE AS Option

It will show new window

Package Name: New Package_To_My_Friend
Password: Don’t give any Password
Location: Structured Storage File

File Name: Choose Path c:\Temp\ New Package_To_My_Friend.dts

Goto C: Drive, Temp Folder and there must be a DTS file exists with the name.

Now Copy the file and send it to your friend….

Same way , From EM, goto DTS Node Right Click open the Package and use it.





With Regards
Sreenivas Reddy B
Go to Top of Page

bridge
Yak Posting Veteran

93 Posts

Posted - 2005-05-26 : 05:33:33
Thanks
Go to Top of Page
   

- Advertisement -