![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi.. We had SQL server running on a Win 2k server now some how the partition crashed. I managed to recover the most of all the mdf files no can any one help how to restore the DTS from the files recover as per my knowlege the DTS are stored in msdb database. if there is some other place where .mdf files are stored please do tell me. I have the mdf file of msdb. This is a very critical issuse for us.. Please reply soon Thanks in advance regards dhaval |
#2
| |||
| |||
|
|
Hi.. We had SQL server running on a Win 2k server now some how the partition crashed. I managed to recover the most of all the mdf files no can any one help how to restore the DTS from the files recover as per my knowlege the DTS are stored in msdb database. if there is some other place where .mdf files are stored please do tell me. I have the mdf file of msdb. This is a very critical issuse for us.. Please reply soon Thanks in advance regards dhaval |
#3
| |||
| |||
|
|
Check this out http://www.sqldev.net/dts/SavePkgToFile.htm You can take your DTS package from msdb database to file (Structured Storage File [.dts]) If you already have your DTS package in file format, you can import it back to your new server. You can do it manually by saving it one-by-one or you can use my dts package for transfering DTS file into a server. I send the dts package directly to your e-mail address. This dts package is modification of dts I found in MOC. You just have to modify the 'restore_dts.bat', change the 'D:\DTS\Update' with your directory where you store your dts package files. And then run the 'restore_dts.bat'. The only limitation I've found in this dts package is it can't import dts package which contain 'Process OLAP Cubes Task'. So please remove your dts package which contain 'Process OLAP Cubes Task', or the 'restore_dts.bat' will run forever. If you have difficulties because of this problem just e-mail me, I'll explain a hint to overcome this. -- Hope it helps ![]() Regards, Jono Indrawijaya - MCDBA PT. eBiz Cipta Solusi - Microsoft Certified Partner Indonesia "Dhaval" <dhaval.choksi (AT) in (DOT) iqara.net> wrote in message news:064c01c34a96$145ced10$a601280a (AT) phx (DOT) gbl... Hi.. We had SQL server running on a Win 2k server now some how the partition crashed. I managed to recover the most of all the mdf files no can any one help how to restore the DTS from the files recover as per my knowlege the DTS are stored in msdb database. if there is some other place where .mdf files are stored please do tell me. I have the mdf file of msdb. This is a very critical issuse for us.. Please reply soon Thanks in advance regards dhaval |
#4
| |||
| |||
|
|
Check this out http://www.sqldev.net/dts/SavePkgToFile.htm You can take your DTS package from msdb database to file (Structured Storage File [.dts]) If you already have your DTS package in file format, you can import it back to your new server. You can do it manually by saving it one-by-one or you can use my dts package for transfering DTS file into a server. I send the dts package directly to your e-mail address. This dts package is modification of dts I found in MOC. You just have to modify the 'restore_dts.bat', change the 'D:\DTS\Update' with your directory where you store your dts package files. And then run the 'restore_dts.bat'. The only limitation I've found in this dts package is it can't import dts package which contain 'Process OLAP Cubes Task'. So please remove your dts package which contain 'Process OLAP Cubes Task', or the 'restore_dts.bat' will run forever. If you have difficulties because of this problem just e-mail me, I'll explain a hint to overcome this. -- Hope it helps ![]() Regards, Jono Indrawijaya - MCDBA PT. eBiz Cipta Solusi - Microsoft Certified Partner Indonesia "Dhaval" <dhaval.choksi (AT) in (DOT) iqara.net> wrote in message news:064c01c34a96$145ced10$a601280a (AT) phx (DOT) gbl... Hi.. We had SQL server running on a Win 2k server now some how the partition crashed. I managed to recover the most of all the mdf files no can any one help how to restore the DTS from the files recover as per my knowlege the DTS are stored in msdb database. if there is some other place where .mdf files are stored please do tell me. I have the mdf file of msdb. This is a very critical issuse for us.. Please reply soon Thanks in advance regards dhaval |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
-----Original Message----- Once the old msdb is online again either via a backup or attach kludge then you can just use SQL- insert into msdb..sysdtspackages select * from oldmsdb..sysdtspackages This would save the intermediate file step. Are you sure the problem with the OLAP task is not down to the destination machine or the client used to open the package just not having the OLAP Task installed? No other reason why an individual task should "break" the package integrity. -- Darren Green http://www.sqldts.com "Jono Indrawijaya" <jono (AT) ebizcipta (DOT) com> wrote in message news:ew40dtpSDHA.2148 (AT) TK2MSFTNGP11 (DOT) phx.gbl... Check this out http://www.sqldev.net/dts/SavePkgToFile.htm You can take your DTS package from msdb database to file (Structured Storage File [.dts]) If you already have your DTS package in file format, you can import it back to your new server. You can do it manually by saving it one-by-one or you can use my dts package for transfering DTS file into a server. I send the dts package directly to your e-mail address. This dts package is modification of dts I found in MOC. You just have to modify the 'restore_dts.bat', change the 'D:\DTS\Update' with your directory where you store your dts package files. And then run the 'restore_dts.bat'. The only limitation I've found in this dts package is it can't import dts package which contain 'Process OLAP Cubes Task'. So please remove your dts package which contain 'Process OLAP Cubes Task', or the 'restore_dts.bat' will run forever. If you have difficulties because of this problem just e-mail me, I'll explain a hint to overcome this. -- Hope it helps ![]() Regards, Jono Indrawijaya - MCDBA PT. eBiz Cipta Solusi - Microsoft Certified Partner Indonesia "Dhaval" <dhaval.choksi (AT) in (DOT) iqara.net> wrote in message news:064c01c34a96$145ced10$a601280a (AT) phx (DOT) gbl... Hi.. We had SQL server running on a Win 2k server now some how the partition crashed. I managed to recover the most of all the mdf files no can any one help how to restore the DTS from the files recover as per my knowlege the DTS are stored in msdb database. if there is some other place where .mdf files are stored please do tell me. I have the mdf file of msdb. This is a very critical issuse for us.. Please reply soon Thanks in advance regards dhaval . |
#7
| |||
| |||
|
|
Hi, Firstly Thank you all for the reply. The senario is the drive on which our mdf files were stored has been crashed not all the data bases were recoverd. I some how managed to restore the msdb file. but it got in to supect mode. again i managed to copy the data from sysdtspackages table into another table. Now in this new server i have created the database that were used in the dts. now what can i do. I am going to try to use the textcopy.exe utility to make a .dts file and import it again. is there any other way to get dts back. regards dhaval -----Original Message----- Once the old msdb is online again either via a backup or attach kludge then you can just use SQL- insert into msdb..sysdtspackages select * from oldmsdb..sysdtspackages This would save the intermediate file step. Are you sure the problem with the OLAP task is not down to the destination machine or the client used to open the package just not having the OLAP Task installed? No other reason why an individual task should "break" the package integrity. -- Darren Green http://www.sqldts.com "Jono Indrawijaya" <jono (AT) ebizcipta (DOT) com> wrote in message news:ew40dtpSDHA.2148 (AT) TK2MSFTNGP11 (DOT) phx.gbl... Check this out http://www.sqldev.net/dts/SavePkgToFile.htm You can take your DTS package from msdb database to file (Structured Storage File [.dts]) If you already have your DTS package in file format, you can import it back to your new server. You can do it manually by saving it one-by-one or you can use my dts package for transfering DTS file into a server. I send the dts package directly to your e-mail address. This dts package is modification of dts I found in MOC. You just have to modify the 'restore_dts.bat', change the 'D:\DTS\Update' with your directory where you store your dts package files. And then run the 'restore_dts.bat'. The only limitation I've found in this dts package is it can't import dts package which contain 'Process OLAP Cubes Task'. So please remove your dts package which contain 'Process OLAP Cubes Task', or the 'restore_dts.bat' will run forever. If you have difficulties because of this problem just e-mail me, I'll explain a hint to overcome this. -- Hope it helps ![]() Regards, Jono Indrawijaya - MCDBA PT. eBiz Cipta Solusi - Microsoft Certified Partner Indonesia "Dhaval" <dhaval.choksi (AT) in (DOT) iqara.net> wrote in message news:064c01c34a96$145ced10$a601280a (AT) phx (DOT) gbl... Hi.. We had SQL server running on a Win 2k server now some how the partition crashed. I managed to recover the most of all the mdf files no can any one help how to restore the DTS from the files recover as per my knowlege the DTS are stored in msdb database. if there is some other place where .mdf files are stored please do tell me. I have the mdf file of msdb. This is a very critical issuse for us.. Please reply soon Thanks in advance regards dhaval . |
![]() |
| Thread Tools | |
| Display Modes | |
| |