ADSM-L

Re: TDP for SQL

2004-06-17 07:43:27
Subject: Re: TDP for SQL
From: Del Hoobler <hoobler AT US.IBM DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 17 Jun 2004 07:43:04 -0400
Moses,

You might want to read through the section in
Chapter 1 called "SQL Server database backup".
It talks about the different types of SQL Server backups,
including how to back up the log.

You can't think of SQL server backups as "files".
They are "blobs" of data that are stored on the TSM Server.
Only SQL Server knows what those "blobs" of data mean.
Data Protection for SQL reads the data from SQL Server
and stores it on the TSM Server.

As far as INCLUDE/EXCLUDE lists... Did you check Appendix C?
There is a section titled: "Sample include/exclude statements"
It gives you extensive detail on how to code your
INCLUDE/EXCLUDE statements.

Del
----------------------------------------------------
"ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU> wrote on 06/17/2004
04:05:44 AM:

> Hi people,
>         Have just installed TDP for SQL on a test server using W2K
> operating system and SQL Server 2000. I have used the default options
file
> to set the client options. The users have asked me to include the
backing
> up of the transaction logs as well. Searching through the documentation
> did not appear to find any examples of how to do this nor what the file
> extension is/should be. I was of the opinion it was *txn. Could somebody
> please confirm or refute this for me please and also give me an example
of
> how to code an include statement if required (will be running full
> backups).
>
> Thanking you people for your help in the past and hopefully in the
future

<Prev in Thread] Current Thread [Next in Thread>