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 execute dts package

Author  Topic 

satishk
Starting Member

39 Posts

Posted - 2006-09-21 : 03:11:29
How to execute dts package
in SQL QA AND IN COMMAND PROMPT?

Regards
Satish

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2006-09-21 : 03:56:09
Through SQL QA, not possible.

Through command prompt, use dtsrun utility.

Harsh Athalye
India.
"Nothing is Impossible"
Go to Top of Page

satishk
Starting Member

39 Posts

Posted - 2006-09-21 : 04:02:33
Thank for your effort .
I found that thru SQL QA it is possible using the xp_cmdshell procedure .
however I want to know how to use it using command prompt.


Satish
Go to Top of Page

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2006-09-21 : 04:28:12
quote:
I found that thru SQL QA it is possible using the xp_cmdshell procedure


In effect, you will be using DTSRun utility through command line interface only.

quote:
however I want to know how to use it using command prompt.


I already answered that.

Harsh Athalye
India.
"Nothing is Impossible"
Go to Top of Page
   

- Advertisement -