Hi Paul,
Data Protection for SQL can certainly run LOG backups.
You could modify your automated scheduled batch file
to call the a SQL Server job to shrink the files.
For example, something like this:
tdpsqlc backup * full
tdpsqlc backup * log
osql -E -i shinkjob.sql
where "shinkjob.sq
I think so (not being an SQL guru I'm now sure what "shrink" means exactly.)
Look at the TDP for SQL book, there are some parms you can add after the
backup * full that determines whether the log is reset or not.
> We currently perform SQL database backups using TDP (using the tdpsqlc
> backup *