dbTalk Databases Forums  

Help! Are my DTS Packages gone for good?

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


Discuss Help! Are my DTS Packages gone for good? in the microsoft.public.sqlserver.dts forum.



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

Default Help! Are my DTS Packages gone for good? - 11-04-2004 , 12:17 PM






Something was wrong with my local SQL Server environment. I was unable to
connect to my own SQL Server running on my own workstation. So I uninstalled
and reinstalled. I knew my database files would be safe and sure enough, I
just reattached them after reinstalling.

But where are my DTS Packages???? Are these gone for good, or are these
still in some location from which they can be recovered?

Thanks for your advice,

Joe Geretz



Reply With Quote
  #2  
Old   
Richard Ding
 
Posts: n/a

Default Re: Help! Are my DTS Packages gone for good? - 11-04-2004 , 12:22 PM






depends. If you save the DTS packages as VB files, you still have a change
to find them in OS directory. Otherwise, they are gone after msdb is
uninstalled.

Don't you have a msdb backup?

"Joseph Geretz" <jgeretz (AT) nospam (DOT) com> wrote

Quote:
Something was wrong with my local SQL Server environment. I was unable to
connect to my own SQL Server running on my own workstation. So I
uninstalled and reinstalled. I knew my database files would be safe and
sure enough, I just reattached them after reinstalling.

But where are my DTS Packages???? Are these gone for good, or are these
still in some location from which they can be recovered?

Thanks for your advice,

Joe Geretz





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

Default Re: Help! Are my DTS Packages gone for good? - 11-04-2004 , 12:22 PM



do you have msdb backup? any DTS backup?


"Joseph Geretz" <jgeretz (AT) nospam (DOT) com> wrote

Quote:
Something was wrong with my local SQL Server environment. I was unable to
connect to my own SQL Server running on my own workstation. So I
uninstalled and reinstalled. I knew my database files would be safe and
sure enough, I just reattached them after reinstalling.

But where are my DTS Packages???? Are these gone for good, or are these
still in some location from which they can be recovered?

Thanks for your advice,

Joe Geretz





Reply With Quote
  #4  
Old   
Joseph Geretz
 
Posts: n/a

Default Re: Help! Are my DTS Packages gone for good? - 11-04-2004 , 12:42 PM



Point well taken. All source is saved to Visual Source Safe but database
procs and utilities - weak link! I guess I'd always assumed these to be
resident in one particular database or another, but obviously they're not.

How do you do a DTS Backup? We use DTS to backup our databases from one
server to another, but backing up the DTS packages themselves? I didn't know
you could do that.

Thanks,

- Joe Geretz -

"Patrick" <patriarck (AT) gmail (DOT) com> wrote

Quote:
do you have msdb backup? any DTS backup?


"Joseph Geretz" <jgeretz (AT) nospam (DOT) com> wrote in message
news:%23nGKAopwEHA.2172 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
Something was wrong with my local SQL Server environment. I was unable to
connect to my own SQL Server running on my own workstation. So I
uninstalled and reinstalled. I knew my database files would be safe and
sure enough, I just reattached them after reinstalling.

But where are my DTS Packages???? Are these gone for good, or are these
still in some location from which they can be recovered?

Thanks for your advice,

Joe Geretz







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

Default Re: Help! Are my DTS Packages gone for good? - 11-04-2004 , 03:05 PM



You can save as VBscript or just save as .dts file


"Joseph Geretz" <jgeretz (AT) nospam (DOT) com> wrote

Quote:
Point well taken. All source is saved to Visual Source Safe but database
procs and utilities - weak link! I guess I'd always assumed these to be
resident in one particular database or another, but obviously they're not.

How do you do a DTS Backup? We use DTS to backup our databases from one
server to another, but backing up the DTS packages themselves? I didn't
know you could do that.

Thanks,

- Joe Geretz -

"Patrick" <patriarck (AT) gmail (DOT) com> wrote in message
news:uEWLQtpwEHA.1452 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
do you have msdb backup? any DTS backup?


"Joseph Geretz" <jgeretz (AT) nospam (DOT) com> wrote in message
news:%23nGKAopwEHA.2172 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
Something was wrong with my local SQL Server environment. I was unable
to connect to my own SQL Server running on my own workstation. So I
uninstalled and reinstalled. I knew my database files would be safe and
sure enough, I just reattached them after reinstalling.

But where are my DTS Packages???? Are these gone for good, or are these
still in some location from which they can be recovered?

Thanks for your advice,

Joe Geretz









Reply With Quote
  #6  
Old   
Ilya Margolin
 
Posts: n/a

Default Re: Help! Are my DTS Packages gone for good? - 11-04-2004 , 03:42 PM



Patrick,

DTS saved as VB cannot be saved back to a server. Not as easy. You would
have to include it into a VB snippet and save it from VB. That would loose
you graphical layout and comments. Regular way would be backing up msdb or
saving DTS as structured files.

Ilya
"Patrick" <patriarck (AT) gmail (DOT) com> wrote

Quote:
You can save as VBscript or just save as .dts file


"Joseph Geretz" <jgeretz (AT) nospam (DOT) com> wrote in message
news:OcFw21pwEHA.2172 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
Point well taken. All source is saved to Visual Source Safe but database
procs and utilities - weak link! I guess I'd always assumed these to be
resident in one particular database or another, but obviously they're
not.

How do you do a DTS Backup? We use DTS to backup our databases from one
server to another, but backing up the DTS packages themselves? I didn't
know you could do that.

Thanks,

- Joe Geretz -

"Patrick" <patriarck (AT) gmail (DOT) com> wrote in message
news:uEWLQtpwEHA.1452 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
do you have msdb backup? any DTS backup?


"Joseph Geretz" <jgeretz (AT) nospam (DOT) com> wrote in message
news:%23nGKAopwEHA.2172 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
Something was wrong with my local SQL Server environment. I was unable
to connect to my own SQL Server running on my own workstation. So I
uninstalled and reinstalled. I knew my database files would be safe
and
sure enough, I just reattached them after reinstalling.

But where are my DTS Packages???? Are these gone for good, or are
these
still in some location from which they can be recovered?

Thanks for your advice,

Joe Geretz











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

Default Re: Help! Are my DTS Packages gone for good? - 11-04-2004 , 04:14 PM



Yes, very important, depending to whom you speak.... BACK UP YOUR SYSTEM
DATABASES...ALWAYS!

Sincerely,


Anthony Thomas


"Ilya Margolin" wrote:

Quote:
Patrick,

DTS saved as VB cannot be saved back to a server. Not as easy. You would
have to include it into a VB snippet and save it from VB. That would loose
you graphical layout and comments. Regular way would be backing up msdb or
saving DTS as structured files.

Ilya
"Patrick" <patriarck (AT) gmail (DOT) com> wrote in message
news:%23xEVEIrwEHA.1392 (AT) tk2msftngp13 (DOT) phx.gbl...
You can save as VBscript or just save as .dts file


"Joseph Geretz" <jgeretz (AT) nospam (DOT) com> wrote in message
news:OcFw21pwEHA.2172 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
Point well taken. All source is saved to Visual Source Safe but database
procs and utilities - weak link! I guess I'd always assumed these to be
resident in one particular database or another, but obviously they're
not.

How do you do a DTS Backup? We use DTS to backup our databases from one
server to another, but backing up the DTS packages themselves? I didn't
know you could do that.

Thanks,

- Joe Geretz -

"Patrick" <patriarck (AT) gmail (DOT) com> wrote in message
news:uEWLQtpwEHA.1452 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
do you have msdb backup? any DTS backup?


"Joseph Geretz" <jgeretz (AT) nospam (DOT) com> wrote in message
news:%23nGKAopwEHA.2172 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
Something was wrong with my local SQL Server environment. I was unable
to connect to my own SQL Server running on my own workstation. So I
uninstalled and reinstalled. I knew my database files would be safe
and
sure enough, I just reattached them after reinstalling.

But where are my DTS Packages???? Are these gone for good, or are
these
still in some location from which they can be recovered?

Thanks for your advice,

Joe Geretz












Reply With Quote
  #8  
Old   
Tibor Karaszi
 
Posts: n/a

Default Re: Help! Are my DTS Packages gone for good? - 11-05-2004 , 01:45 AM



If you didn't save them as files, just restore your backup of msdb.

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/


"Joseph Geretz" <jgeretz (AT) nospam (DOT) com> wrote

Quote:
Something was wrong with my local SQL Server environment. I was unable to
connect to my own SQL Server running on my own workstation. So I uninstalled
and reinstalled. I knew my database files would be safe and sure enough, I
just reattached them after reinstalling.

But where are my DTS Packages???? Are these gone for good, or are these
still in some location from which they can be recovered?

Thanks for your advice,

Joe Geretz





Reply With Quote
  #9  
Old   
Chris Bellizzi
 
Posts: n/a

Default Re: Help! Are my DTS Packages gone for good? - 11-09-2004 , 03:33 PM



Guys you can get a realy good tool called DTSBackup from SQLDTS.com.

We back up 3000 scripts weekly. Just for peace of mind.



"Tibor Karaszi" wrote:

Quote:
If you didn't save them as files, just restore your backup of msdb.

--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/


"Joseph Geretz" <jgeretz (AT) nospam (DOT) com> wrote in message
news:%23nGKAopwEHA.2172 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
Something was wrong with my local SQL Server environment. I was unable to
connect to my own SQL Server running on my own workstation. So I uninstalled
and reinstalled. I knew my database files would be safe and sure enough, I
just reattached them after reinstalling.

But where are my DTS Packages???? Are these gone for good, or are these
still in some location from which they can be recovered?

Thanks for your advice,

Joe Geretz






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.