![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
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 |
#4
| |||
| |||
|
|
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 |
#5
| |||
| |||
|
|
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 |
#6
| |||
| |||
|
|
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 |
#7
| |||
| |||
|
|
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 |
#8
| |||
| |||
|
|
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 |
#9
| |||
| |||
|
|
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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |