Re: Feedback from Tape Backups
From: Tibor Karaszi (tibor_please.no.email_karaszi_at_hotmail.nomail.com)
Date: 03/01/05
- Next message: Hawkins, Charles: "Re: SQL Mail and Replication Alerts"
- Previous message: Nijazi Halimaji: "Best Tool for UML"
- In reply to: J Hunter: "Feedback from Tape Backups"
- Next in thread: J Hunter: "Re: Feedback from Tape Backups"
- Reply: J Hunter: "Re: Feedback from Tape Backups"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Mar 2005 13:58:49 +0100
In this case, the client application is SQL Server Agent, more specific, the sub-component in Agent
that executes your TSQL job steps. And Agent isn't written to output this information "as it goes".
It might update the output file as information comes in (I haven't tested this), so I think that
this is probably your best bet. Another option is of course to schedule an EXE file that you wrote
and you have in your EXE file code to output the information to where ever you want it to go.
-- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ "J Hunter" <ms-nntp-nospam@jshunter.co.uk> wrote in message news:eL976GjHFHA.1860@TK2MSFTNGP15.phx.gbl... > Hi Folks, > > I'm trying to find a way to get access to the STATS output from the BACKUP > command during automated backups. > > When running the BACKUP command in QA it shows the output, line by line, as > the backup progresses. Is there any way I can get this information when the > BACKUP statement is run from a job? I thought the console tool might have > been the answer, but it doesn't show any progress messages. > > Is the only option to use the Job/Step/Adv/Output to file option, and "tail" > the file? > > TIA > > J. > > >
- Next message: Hawkins, Charles: "Re: SQL Mail and Replication Alerts"
- Previous message: Nijazi Halimaji: "Best Tool for UML"
- In reply to: J Hunter: "Feedback from Tape Backups"
- Next in thread: J Hunter: "Re: Feedback from Tape Backups"
- Reply: J Hunter: "Re: Feedback from Tape Backups"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|