﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Backups / SQL Server 7,2000  / Any one using Tivoli, TDP from IBM???? / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 18 Jun 2013 23:50:03 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Any one using Tivoli, TDP from IBM????</title><link>http://www.sqlservercentral.com/Forums/Topic162509-24-1.aspx</link><description>[url=http://www.zanonlights.com]Projector Lamps[/url] - [url=http://www.vgklighting.com/recessed-lighting.html]Recessed Lighting[/url] - [url=http://www.workout-x.com]workout[/url]</description><pubDate>Wed, 30 Nov 2011 01:31:01 GMT</pubDate><dc:creator>markmendiola991</dc:creator></item><item><title>RE: Any one using Tivoli, TDP from IBM????</title><link>http://www.sqlservercentral.com/Forums/Topic162509-24-1.aspx</link><description>HI Old HandCan you please give us the backup command for database backups to TSM via  SQL Server Agent job?Your response will be much appreciated!RegardsA</description><pubDate>Fri, 21 Oct 2011 04:16:29 GMT</pubDate><dc:creator>Anchelin</dc:creator></item><item><title>RE: Any one using Tivoli, TDP from IBM????</title><link>http://www.sqlservercentral.com/Forums/Topic162509-24-1.aspx</link><description>Tried adding trace flag 3608?</description><pubDate>Sat, 16 Feb 2008 15:38:36 GMT</pubDate><dc:creator>Donn Polix</dc:creator></item><item><title>RE: Any one using Tivoli, TDP from IBM????</title><link>http://www.sqlservercentral.com/Forums/Topic162509-24-1.aspx</link><description>You can restore Master into another database, stop sql, rename master.mdf/ldf from the restored into database and start sql.</description><pubDate>Wed, 06 Feb 2008 22:05:21 GMT</pubDate><dc:creator>claywilcox</dc:creator></item><item><title>RE: Any one using Tivoli, TDP from IBM????</title><link>http://www.sqlservercentral.com/Forums/Topic162509-24-1.aspx</link><description>&lt;P&gt;Thanks for the tip, but we have been using TDP for a over a year now.  We have done hundreds of restores and restores for DR.  Different servers, different disk configs, ect.  Doing a fresh install and then restore of user databases is straight forward.&lt;/P&gt;&lt;P&gt;What I am trying to do is restoring the the Master database after the fresh install. (which is succesfull).  But then, when opening the instance fully (instead of -f -m) it fails because the new restored master database knows about the user databases that are not resotred.  Two, if the path and instance name are not the same, it knows about the other system db's with the old path information.  We have systems with complex jobs (msdb) and security setups (master) and replication issues (model).  I want to restore all the databases, system and user, so I don't have a complex list of scripts and documentation for each system.  We have to test 20+ SQL instances and 30+ Oracle instances per year for DR alone.  That is on top of the refreshes from prod to dev where all the jobs and security need to be duplicated.&lt;/P&gt;&lt;P&gt;Have you refreshed the entire instance?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks for you information,&lt;/P&gt;&lt;P&gt;Joseph&lt;/P&gt;</description><pubDate>Thu, 17 Feb 2005 14:27:00 GMT</pubDate><dc:creator>devereauxj</dc:creator></item><item><title>RE: Any one using Tivoli, TDP from IBM????</title><link>http://www.sqlservercentral.com/Forums/Topic162509-24-1.aspx</link><description>&lt;P&gt;Hi...You can try below cmd:&lt;/P&gt;&lt;P&gt;--To Restore db backup to different (existing db2 on sever2) database on different server. Below example shows the restore of DB1 backup taken on SERVER1 and restored in DB2 on SERVER2.In this case TSM.OPT file enrty needs to point to SERVER1. &lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;d:\tsm\tdpsql\tdpsqlc restore DB1 full /into=DB2  /fromsqlserver=SERVER1 /recovery=yes /replace &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;/relocate=DB1d1Data  /to=E:\MSSQL2000 MSSQL\data\DB2_Data.MDF /relocate=DB1L1Log  /to=G:\MSSQL2000\MSSQL\Log\DB2_Log.LDF /relocate=DB1d2Data /to=E:\MSSQL2000\MSSQL\data\DB2_Data2.NDF /relocate=DB1d3Data /to=E:\MSSQL2000\MSSQL\data\DB2_Data3.NDF /relocate=DB1d4Data /to=E:\MSSQL2000\MSSQL\data\DB2_Data4.NDF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;You can execute below cmd for full syntax help.&lt;/P&gt;&lt;P&gt;&lt;FONT color=#3333dd&gt;tdpsqlc help rest full&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;--JP&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description><pubDate>Thu, 17 Feb 2005 14:16:00 GMT</pubDate><dc:creator>Jp</dc:creator></item><item><title>Any one using Tivoli, TDP from IBM????</title><link>http://www.sqlservercentral.com/Forums/Topic162509-24-1.aspx</link><description>&lt;P&gt;We are using Tivoli TDP from IBM to do our backups to our tape robitic system.  It has worked very well for backing and restoreing user databases.&lt;/P&gt;&lt;P&gt;My issue is with full instance restore, including all system databases.  I did do full restores with SQL Server 2000 using backup devices.  Now I am trying to do the same thing with the TDP utility.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;My problem: I need to restore the user and system databases to another machine with a different instance name and maybe different drive config.  I can restore the master, but it knows about the missing user databases and paths for the system databases.  I have not been able to restore any user or system databases after the master.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Looking for someone who has done this with TDP, or might have more detail documentation.  I have the standard document and the red book.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Joseph&lt;/P&gt;</description><pubDate>Thu, 17 Feb 2005 12:18:00 GMT</pubDate><dc:creator>devereauxj</dc:creator></item></channel></rss>