|
|
Archives of the TeradataForum
Message Posted: Wed, 06 Jun 2007 @ 14:14:48 GMT
Subj: | | Re: Identifying backup is running |
|
From: | | Woodrow, Steven |
Try this. Modify the date/time to suit your needs. There is an OperationInProgress flag that should show you which database is being dumped
currently, or it will show you where the dump failed if this occurred.
I'm no expert on this table, but you should find more information in the manual about this dictionary table.
locking row for access
select * from dbc.events
where createdate > '2007-05-31'
order by createdate, createtime
| |