Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 7,2000
»
Administration
»
DTS packages
DTS packages
Rate Topic
Display Mode
Topic Options
Author
Message
Krasavita
Krasavita
Posted Wednesday, October 24, 2012 8:41 AM
Ten Centuries
Group: General Forum Members
Last Login: Friday, April 19, 2013 8:15 AM
Points: 1,251,
Visits: 1,840
Hello,
can some one tell me please:
1.I saved dts package,but how can I see location of dts package?
2.How can I call dts package from sql job?
Thank you
Post #1376521
Greg Charles
Greg Charles
Posted Wednesday, October 24, 2012 9:14 AM
SSCarpal Tunnel
Group: General Forum Members
Last Login: Yesterday @ 4:44 PM
Points: 4,010,
Visits: 4,894
When you saved the package, you had to choose where to save it: SQL Server, Structured Storage file, or Visual Basic file. Which did you choose? If you chose SQL Server, it's stored in msdb.sysdtspackages.
You can execute the package in a job step using DTSRUN.
Greg
Post #1376541
Krasavita
Krasavita
Posted Wednesday, October 24, 2012 9:35 AM
Ten Centuries
Group: General Forum Members
Last Login: Friday, April 19, 2013 8:15 AM
Points: 1,251,
Visits: 1,840
Yes I saved as SQL Server,
how can I call DTS package from sql job, I have previous dts package and not sure what the numbers mean, here is an example:
DTSRun /~Z0x79694AC5D0A25F3A648000AB560C0D15AB00ED8C6073AF3AD227A921FBE0EB30BA55F54689F858C6C7FEA26C97F11F7500685AB18D14C2966651200D14B201552BA2E2C0D36C0E76BEA27B581FFB399DD3281441DA4CEFE095CA93CEF89EF129F9216DBE9E6ACD7B60E7B3D2FED3596E119D5BB5FA3E684A3B77B5327FF31A9F07EE16
Post #1376555
Greg Charles
Greg Charles
Posted Wednesday, October 24, 2012 9:54 AM
SSCarpal Tunnel
Group: General Forum Members
Last Login: Yesterday @ 4:44 PM
Points: 4,010,
Visits: 4,894
The DTSRUN command has been encrypted. You can see it the unencrypted command by copying it to a DOS cmd prompt, appending the arguments
/!X and /!C to the end, and running it.
The !X argument blocks execution of the package and !C copies the unencrypted command to the Windows clipboard. So after running, open Notepad
and paste to see the unencrypted command.
You should look up DTSRUN in BooksOnLine also so you know what the parameters mean.
Greg
Post #1376563
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.