dbTalk Databases Forums  

Source of DTS-packages

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Source of DTS-packages in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Zekske
 
Posts: n/a

Default Source of DTS-packages - 10-17-2005 , 04:37 AM






One of our former DBA's made some jobs with DTS-packages but I can't find the
source for the packages.
When I open the jobs I see DTS Run /~Z and a bunch of numbers and letters.
But where can I find the actual source of the DTS-packages so I can edit them?

Regards

Reply With Quote
  #2  
Old   
SQL
 
Posts: n/a

Default RE: Source of DTS-packages - 10-17-2005 , 07:45 AM






In Data Transformation Services/Local Packages (if you have permissions)

http://sqlservercode.blogspot.com/



"Zekske" wrote:

Quote:
One of our former DBA's made some jobs with DTS-packages but I can't find the
source for the packages.
When I open the jobs I see DTS Run /~Z and a bunch of numbers and letters.
But where can I find the actual source of the DTS-packages so I can edit them?

Regards

Reply With Quote
  #3  
Old   
Zekske
 
Posts: n/a

Default RE: Source of DTS-packages - 10-17-2005 , 09:31 AM



Nope, can't see them while I'm using the sa account.
When I look in msdb.sysdtspackages I see the packages but also there is no
sourcecode.
and I don't know wich ID to use to find the source in sycomments.

"SQL" wrote:

Quote:
In Data Transformation Services/Local Packages (if you have permissions)

http://sqlservercode.blogspot.com/



"Zekske" wrote:

One of our former DBA's made some jobs with DTS-packages but I can't find the
source for the packages.
When I open the jobs I see DTS Run /~Z and a bunch of numbers and letters.
But where can I find the actual source of the DTS-packages so I can edit them?

Regards

Reply With Quote
  #4  
Old   
partha
 
Posts: n/a

Default Re: Source of DTS-packages - 10-17-2005 , 12:38 PM



Double click the job to open the properties. In the Description field you
will see the package name.
Then go to Data Transformation Services/Local Packages and double click on
the package to see the contents.

"Zekske" <Zekske (AT) discussions (DOT) microsoft.com> wrote

Quote:
Nope, can't see them while I'm using the sa account.
When I look in msdb.sysdtspackages I see the packages but also there is no
sourcecode.
and I don't know wich ID to use to find the source in sycomments.

"SQL" wrote:

In Data Transformation Services/Local Packages (if you have permissions)

http://sqlservercode.blogspot.com/



"Zekske" wrote:

One of our former DBA's made some jobs with DTS-packages but I can't
find the
source for the packages.
When I open the jobs I see DTS Run /~Z and a bunch of numbers and
letters.
But where can I find the actual source of the DTS-packages so I can
edit them?

Regards



Reply With Quote
  #5  
Old   
Zekske
 
Posts: n/a

Default Re: Source of DTS-packages - 10-18-2005 , 01:09 AM



That's my problem, I can't see any packages in the Local Packages. So I need
to know where the DTS commands are kept in the SQL-database itself.


"partha" wrote:

Quote:
Double click the job to open the properties. In the Description field you
will see the package name.
Then go to Data Transformation Services/Local Packages and double click on
the package to see the contents.

"Zekske" <Zekske (AT) discussions (DOT) microsoft.com> wrote in message
news:ACA9FFEE-0DB3-453D-B80F-E353A6FD09FF (AT) microsoft (DOT) com...
Nope, can't see them while I'm using the sa account.
When I look in msdb.sysdtspackages I see the packages but also there is no
sourcecode.
and I don't know wich ID to use to find the source in sycomments.

"SQL" wrote:

In Data Transformation Services/Local Packages (if you have permissions)

http://sqlservercode.blogspot.com/



"Zekske" wrote:

One of our former DBA's made some jobs with DTS-packages but I can't
find the
source for the packages.
When I open the jobs I see DTS Run /~Z and a bunch of numbers and
letters.
But where can I find the actual source of the DTS-packages so I can
edit them?

Regards




Reply With Quote
  #6  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Source of DTS-packages - 10-18-2005 , 03:39 PM



Hello Zekske,

The packages are stored in the packagedata column in msdd.dbo.sysdtspackages.
There are a number of ways you can retrieve them

Execution
(http://www.sqldts.com/default.aspx?104)

Can you see them from any other PC?


Allan


Quote:
That's my problem, I can't see any packages in the Local Packages. So
I need to know where the DTS commands are kept in the SQL-database
itself.

"partha" wrote:

Double click the job to open the properties. In the Description field
you
will see the package name.
Then go to Data Transformation Services/Local Packages and double
click on
the package to see the contents.
"Zekske" <Zekske (AT) discussions (DOT) microsoft.com> wrote in message
news:ACA9FFEE-0DB3-453D-B80F-E353A6FD09FF (AT) microsoft (DOT) com...

Nope, can't see them while I'm using the sa account.
When I look in msdb.sysdtspackages I see the packages but also there
is no
sourcecode.
and I don't know wich ID to use to find the source in sycomments.
"SQL" wrote:

In Data Transformation Services/Local Packages (if you have
permissions)

http://sqlservercode.blogspot.com/

"Zekske" wrote:

One of our former DBA's made some jobs with DTS-packages but I
can't

find the

source for the packages.
When I open the jobs I see DTS Run /~Z and a bunch of numbers and
letters.

But where can I find the actual source of the DTS-packages so I
can

edit them?

Regards




Reply With Quote
  #7  
Old   
Zekske
 
Posts: n/a

Default Re: Source of DTS-packages - 10-19-2005 , 08:33 AM



Nope can't see them from another PC.

When I look at the packagedata column I see the binary data but I can't see
what the package actually does.
It seems like the link between the local packages and the msdb table is
gone...


"Allan Mitchell" wrote:

Quote:
Hello Zekske,

The packages are stored in the packagedata column in msdd.dbo.sysdtspackages.
There are a number of ways you can retrieve them

Execution
(http://www.sqldts.com/default.aspx?104)

Can you see them from any other PC?


Allan


That's my problem, I can't see any packages in the Local Packages. So
I need to know where the DTS commands are kept in the SQL-database
itself.

"partha" wrote:

Double click the job to open the properties. In the Description field
you
will see the package name.
Then go to Data Transformation Services/Local Packages and double
click on
the package to see the contents.
"Zekske" <Zekske (AT) discussions (DOT) microsoft.com> wrote in message
news:ACA9FFEE-0DB3-453D-B80F-E353A6FD09FF (AT) microsoft (DOT) com...

Nope, can't see them while I'm using the sa account.
When I look in msdb.sysdtspackages I see the packages but also there
is no
sourcecode.
and I don't know wich ID to use to find the source in sycomments.
"SQL" wrote:

In Data Transformation Services/Local Packages (if you have
permissions)

http://sqlservercode.blogspot.com/

"Zekske" wrote:

One of our former DBA's made some jobs with DTS-packages but I
can't

find the

source for the packages.
When I open the jobs I see DTS Run /~Z and a bunch of numbers and
letters.

But where can I find the actual source of the DTS-packages so I
can

edit them?

Regards





Reply With Quote
  #8  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Source of DTS-packages - 10-19-2005 , 01:35 PM



Hello Zekske,


Strange that you cannot see these packages on this server even from a different
PC. As a temprary fix you can write a piece of code that uses the object
model and grabs the package from the SQL Server and "Save As" a structured
Storage file. You should then be able to open these up in EM.

Have they ever been visible?

Allan


Quote:
Nope can't see them from another PC.

When I look at the packagedata column I see the binary data but I
can't see
what the package actually does.
It seems like the link between the local packages and the msdb table
is
gone...
"Allan Mitchell" wrote:

Hello Zekske,

The packages are stored in the packagedata column in
msdd.dbo.sysdtspackages. There are a number of ways you can retrieve
them

Execution
(http://www.sqldts.com/default.aspx?104)
Can you see them from any other PC?

Allan

That's my problem, I can't see any packages in the Local Packages.
So I need to know where the DTS commands are kept in the
SQL-database itself.

"partha" wrote:

Double click the job to open the properties. In the Description
field
you
will see the package name.
Then go to Data Transformation Services/Local Packages and double
click on
the package to see the contents.
"Zekske" <Zekske (AT) discussions (DOT) microsoft.com> wrote in message
news:ACA9FFEE-0DB3-453D-B80F-E353A6FD09FF (AT) microsoft (DOT) com...
Nope, can't see them while I'm using the sa account.
When I look in msdb.sysdtspackages I see the packages but also
there
is no
sourcecode.
and I don't know wich ID to use to find the source in sycomments.
"SQL" wrote:
In Data Transformation Services/Local Packages (if you have
permissions)

http://sqlservercode.blogspot.com/

"Zekske" wrote:

One of our former DBA's made some jobs with DTS-packages but I
can't

find the

source for the packages.
When I open the jobs I see DTS Run /~Z and a bunch of numbers
and
letters.

But where can I find the actual source of the DTS-packages so I
can

edit them?

Regards




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.