Paul, You will need the SQL Server on the alternate machine. SQL Server backups are simply a stream of bytes. They are not "files", like Exchange, for example. At restore time, Data Protection for SQL gives the "stream of bytes" back to the SQL Server. The SQL Server knows exactly how to put the databases back together.
As for restoring an older backup with the command-line client, yes... you will want to use the "/OBJect=" parameter. Check the User's Guide for exact syntax. Also check these IBM articles: http://www-1.ibm.com/support/docview.wss?uid=swg21105967 http://www-1.ibm.com/support/docview.wss?uid=swg21168550 Thanks, Del ---------------------------------------------------- Del Hoobler Tivoli Storage Manager Development IBM Corporation "ADSM: Dist Stor Manager" <ADSM-L@VM.MARIST.EDU> wrote on 07/19/2006 01:30:20 AM: > We have just started using TDP for SQL (version 5.2.1) > > I need to restore an SQL database backup from 7 days ago to another > Windows server. > > I have a few questions regarding this. > > If I install TSM and TDP for SQL on another Windows server, does the > server I restore it too have to have SQL installed on it? All I want to > do initially is get the db file onto a server so that we can then move > it to wherever we want. > > How do I specify the 7 day old database backup in the tdpsqlc command? I > have run a tdpsqlc query on the original SQL server and I know what the > database object name is of the database backup from 7 days ago. > > Regards > Paul