dbTalk Databases Forums  

Recover DTS... PLEASE HELP

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


Discuss Recover DTS... PLEASE HELP in the microsoft.public.sqlserver.dts forum.



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

Default Recover DTS... PLEASE HELP - 06-16-2004 , 09:29 PM






I was forced to reinstall SQL due to some problems we were
having. Unfortunatley I didn't know that our old DBA had
quite a few DTS jobs that are now gone. Is there any way
to recover these jobs?? If so could someone please give
me simple instructions? I have to get these jobs back by
tomorrow night, and I'm not that familiar with SQL. Any
help would be greatly greatly greatly appreciated.

Reply With Quote
  #2  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: Recover DTS... PLEASE HELP - 06-16-2004 , 09:51 PM






If you were saving the packages to SQL Server, you need to
restore the msdb database to get the packages back.

-Sue

On Wed, 16 Jun 2004 19:29:31 -0700, "Dan"
<anonymous (AT) discussions (DOT) microsoft.com> wrote:

Quote:
I was forced to reinstall SQL due to some problems we were
having. Unfortunatley I didn't know that our old DBA had
quite a few DTS jobs that are now gone. Is there any way
to recover these jobs?? If so could someone please give
me simple instructions? I have to get these jobs back by
tomorrow night, and I'm not that familiar with SQL. Any
help would be greatly greatly greatly appreciated.


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

Default Re: Recover DTS... PLEASE HELP - 06-17-2004 , 08:29 AM



If I restore the msdb database, will all of the DTS jobs
be back, or is there anythinig else I will need to do?

Also, does the msdb database get over-written on a
reinstall, or is there some way for me to recover it
without going to tape?

Thank you so much for any help.


Quote:
-----Original Message-----
If you were saving the packages to SQL Server, you need to
restore the msdb database to get the packages back.

-Sue

On Wed, 16 Jun 2004 19:29:31 -0700, "Dan"
anonymous (AT) discussions (DOT) microsoft.com> wrote:

I was forced to reinstall SQL due to some problems we
were
having. Unfortunatley I didn't know that our old DBA
had
quite a few DTS jobs that are now gone. Is there any
way
to recover these jobs?? If so could someone please give
me simple instructions? I have to get these jobs back
by
tomorrow night, and I'm not that familiar with SQL. Any
help would be greatly greatly greatly appreciated.

.


Reply With Quote
  #4  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: Recover DTS... PLEASE HELP - 06-17-2004 , 12:33 PM



The msdb has the packages as well as jobs. If your packages reference
other user databases on the server, you need to restore those as well.
I'm not sure what process you went through on the reinstall but
generally you would end up with new system databases and would no
longer have your user databases. That's what it sounds like in your
case. If your only backups were on tape, then you need to get those
backups from the tape to restore your databases.

-Sue

On Thu, 17 Jun 2004 06:29:24 -0700, "Dan"
<anonymous (AT) discussions (DOT) microsoft.com> wrote:

Quote:
If I restore the msdb database, will all of the DTS jobs
be back, or is there anythinig else I will need to do?

Also, does the msdb database get over-written on a
reinstall, or is there some way for me to recover it
without going to tape?

Thank you so much for any help.


-----Original Message-----
If you were saving the packages to SQL Server, you need to
restore the msdb database to get the packages back.

-Sue

On Wed, 16 Jun 2004 19:29:31 -0700, "Dan"
anonymous (AT) discussions (DOT) microsoft.com> wrote:

I was forced to reinstall SQL due to some problems we
were
having. Unfortunatley I didn't know that our old DBA
had
quite a few DTS jobs that are now gone. Is there any
way
to recover these jobs?? If so could someone please give
me simple instructions? I have to get these jobs back
by
tomorrow night, and I'm not that familiar with SQL. Any
help would be greatly greatly greatly appreciated.

.



Reply With Quote
  #5  
Old   
 
Posts: n/a

Default Re: Recover DTS... PLEASE HELP - 06-17-2004 , 01:25 PM



Thank you so very much for your help. I really do
appreciate it.


Quote:
-----Original Message-----
The msdb has the packages as well as jobs. If your
packages reference
other user databases on the server, you need to restore
those as well.
I'm not sure what process you went through on the
reinstall but
generally you would end up with new system databases and
would no
longer have your user databases. That's what it sounds
like in your
case. If your only backups were on tape, then you need to
get those
backups from the tape to restore your databases.

-Sue

On Thu, 17 Jun 2004 06:29:24 -0700, "Dan"
anonymous (AT) discussions (DOT) microsoft.com> wrote:

If I restore the msdb database, will all of the DTS jobs
be back, or is there anythinig else I will need to do?

Also, does the msdb database get over-written on a
reinstall, or is there some way for me to recover it
without going to tape?

Thank you so much for any help.


-----Original Message-----
If you were saving the packages to SQL Server, you need
to
restore the msdb database to get the packages back.

-Sue

On Wed, 16 Jun 2004 19:29:31 -0700, "Dan"
anonymous (AT) discussions (DOT) microsoft.com> wrote:

I was forced to reinstall SQL due to some problems we
were
having. Unfortunatley I didn't know that our old DBA
had
quite a few DTS jobs that are now gone. Is there any
way
to recover these jobs?? If so could someone please
give
me simple instructions? I have to get these jobs back
by
tomorrow night, and I'm not that familiar with SQL.
Any
help would be greatly greatly greatly appreciated.

.


.


Reply With Quote
  #6  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: Recover DTS... PLEASE HELP - 06-17-2004 , 06:22 PM



No problem...glad to be of help. If you run into any
problems trying to restore, just post to the server
newsgroup (microsoft.public.sqlserver.server). You may want
to read the following article which walks through the steps
of restoring databases to a new server:
INF: Moving SQL Server 7.0 Databases to a New Server with
BACKUP and RESTORE
http://support.microsoft.com/?id=304692
The SQL Server 2000 version of the article uses sp_attachdb
and sp_detachdb which isn't going to help in your case. But
the article should give you an idea on the steps to restore.

-Sue

On Thu, 17 Jun 2004 11:25:09 -0700,
<anonymous (AT) discussions (DOT) microsoft.com> wrote:

Quote:
Thank you so very much for your help. I really do
appreciate it.


-----Original Message-----
The msdb has the packages as well as jobs. If your
packages reference
other user databases on the server, you need to restore
those as well.
I'm not sure what process you went through on the
reinstall but
generally you would end up with new system databases and
would no
longer have your user databases. That's what it sounds
like in your
case. If your only backups were on tape, then you need to
get those
backups from the tape to restore your databases.

-Sue

On Thu, 17 Jun 2004 06:29:24 -0700, "Dan"
anonymous (AT) discussions (DOT) microsoft.com> wrote:

If I restore the msdb database, will all of the DTS jobs
be back, or is there anythinig else I will need to do?

Also, does the msdb database get over-written on a
reinstall, or is there some way for me to recover it
without going to tape?

Thank you so much for any help.


-----Original Message-----
If you were saving the packages to SQL Server, you need
to
restore the msdb database to get the packages back.

-Sue

On Wed, 16 Jun 2004 19:29:31 -0700, "Dan"
anonymous (AT) discussions (DOT) microsoft.com> wrote:

I was forced to reinstall SQL due to some problems we
were
having. Unfortunatley I didn't know that our old DBA
had
quite a few DTS jobs that are now gone. Is there any
way
to recover these jobs?? If so could someone please
give
me simple instructions? I have to get these jobs back
by
tomorrow night, and I'm not that familiar with SQL.
Any
help would be greatly greatly greatly appreciated.

.


.



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.