RE: Where are my DTS packages

From: Olu Adedeji (OluAdedeji_at_discussions.microsoft.com)
Date: 01/17/05


Date: Mon, 17 Jan 2005 04:55:03 -0800

Your DTS packages in your case are most likely stored in the msdb database.
If you can get a copy of the old msdb database and restore this you will be
able to retrieve your dts packages.

your login information are stored in the master database . . .you need to
restore your master database from a valid backup.

search in KB for 'restore system databases SQL 7'

"Billy" wrote:

> One of my servers needed to be rebuilt recently and a new C drive was
> installed.
>
> SQL Server (7) was lost although the DATA was held on another drive. So I
> installed SQL Server 7 again, on the C drive as a clean install and then
> imported the tables....
>
> But now I seem to have lost all mt DTS packages. I don't know where SQL
> stores them, but they are not visible in the SQL Server Enterprise manager.
>
> I am also having login troubles. Is there anyway I can get my SQL server
> back to the way it was? Are logins and DTS packages\stored procedures etc
> stored in another database? If so, can I delete that database created by the
> fresh install and replace it with the original (e.g. master or tempdb?)?
>
> Thx for replies.



Relevant Pages

  • Re: unable to start SQL Service ... error code 3417
    ... How about just create a new instance and restore databases to the new instance? ... I wouldn't go with restoring master from another instance. ... The supported route is to rebuild your master database, start SQL Server in single user mode, ...
    (microsoft.public.sqlserver.server)
  • Re: SQL 2000 SP4 on 2003 Server - Single User Mode
    ... I found the section where you list the filename to restore to. ... rename the SQL Server the same as what is listed below Courthouse? ... Once you've created your database (simply right click on the Database ...
    (microsoft.public.sqlserver.setup)
  • Re: Moving databases from SQL 7 to SQL 2000 - More Questions!
    ... want to run sp_updatestats after the restore or attach as well. ... >>There is a lot more that can go wrong with the wizard ... > SQL Server Databases ... >>Issues When a Database Is Moved Between SQL Servers ...
    (microsoft.public.sqlserver.setup)
  • Re: HELP!!! restore database - left in loading state?? PLEASE H
    ... RESTORE DATABASE WITH RECOVERY ... Columnist, SQL Server Professional ...
    (microsoft.public.sqlserver.tools)
  • Re: Restore Master DB to New Server
    ... the user database will be suspect. ... Just drop them and then do the restore. ... Tibor Karaszi, SQL Server MVP ...
    (microsoft.public.sqlserver.tools)