Re: Transaction log and trigger
From: Hari Prasad (hari_prasad_k_at_hotmail.com)
Date: 06/07/04
- Next message: JL: "How to find strings in multiple tables"
- Previous message: Hari Prasad: "Re: Transaction log and trigger"
- In reply to: csar: "Transaction log and trigger"
- Next in thread: csar: "Re: Transaction log and trigger"
- Reply: csar: "Re: Transaction log and trigger"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 7 Jun 2004 07:41:16 +0530
Hi,
You can recover the database till May 01st 09:59 AM provided your database
is set to FULL recovery model and you have
all the transaction log backups.
Recreate the trigger and apply the changes on the table from the transaction
log after the trigger is deleted(from may 1st 10.01 am?
Did you meant , after creating the trigger , if you apply the transaction
logs will the auditing be enabled for transactions after May 01 10:01 AM?
This cant be done by just applying the transation log backups. Transaction
log backups only contains the logs of the transaction you had.
As well as your database should be in NO Recovery mode/ readonly till you
restore all transaction log files. So you cant even create the
trigger in between.
Thanks
Hari
MCDBA
"csar" <anonymous@discussions.microsoft.com> wrote in message
news:CDF17E13-4BC0-4904-A349-4C9AD8B6C12B@microsoft.com...
> Hi
> I have a problem with one of a trigger getting deleted in production
and the audit for the table is not present for the past month(from may 1st
10 am). Is it possible for me to restore the database from until the time
the trigger was active (till may 1st 9.59 am) and recreate the trigger and
apply the changes on the table from the transaction log after the trigger is
deleted(from may 1st 10.01 am?
>
> Thanks
> csar
- Next message: JL: "How to find strings in multiple tables"
- Previous message: Hari Prasad: "Re: Transaction log and trigger"
- In reply to: csar: "Transaction log and trigger"
- Next in thread: csar: "Re: Transaction log and trigger"
- Reply: csar: "Re: Transaction log and trigger"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|