Re: TDP for SQL Server Transaction Log Restores

2002-12-04 Thread Del Hoobler
Paul, I don't think this would be possible. It would require the application to understand the object naming as well as other "internals" on how it stores the data. Typically, in the case of the Data Protection clients (or any API application really), the application that backs up the data is real

Re: TDP for SQL Server Transaction Log Restores

2002-12-04 Thread Seay, Paul
for SQL Server? Paul D. Seay, Jr. Technical Specialist Naptheon Inc. 757-688-8180 -Original Message- From: Del Hoobler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 10:49 AM To: [EMAIL PROTECTED] Subject: Re: TDP for SQL Server Transaction Log Restores Paul, I am not

Re: TDP for SQL Server Transaction Log Restores

2002-12-04 Thread David Longo
Need clarifcation of your statements. Let me explain. TDP SQL does not only do FULL backups of the SQL DB's, but can also do LOG backups - live and it will not put these logs on disk, it backs them up to TSM server like the FULL backups. Now when the LOG backup happens, it truncates the SQL trans

Re: TDP for SQL Server Transaction Log Restores

2002-12-04 Thread Del Hoobler
Paul, I am not sure what you mean exactly. The SQL "logging" process does not have separate "log" segment files. The "log" that TDP for SQL backs up is just a "stream" of data that only SQL knows what to do with. It is not like a log file for Exchange or Domino. There is no way to just restore a

Re: TDP for SQL Server Transaction Log Restores

2002-12-04 Thread Zlatko Krastev/ACIT
to "ADSM: Dist Stor Manager" To: [EMAIL PROTECTED] cc: Subject:TDP for SQL Server Transaction Log Restores We have a requirement to restore the transaction logs back to their disk location either on the orginal or an alternate server or to be able to

TDP for SQL Server Transaction Log Restores

2002-12-04 Thread Seay, Paul
We have a requirement to restore the transaction logs back to their disk location either on the orginal or an alternate server or to be able to post process the transaction logs as disk files some kind of way before they get deleted after a TDP for SQL Server Backup. My DBAs tell me SQL server del