Viewing 15 posts - 166 through 180 (of 1,539 total)
hemadribabu (11/11/2010)
sql 2005
I have to take a Backup of a table from prod instance and restore the same in Reporting instance.
this process should be automated, kindly tell me...
November 12, 2010 at 5:54 am
nealhudson77 (11/11/2010)
Ok what about this:
I restore the first backup (.bak @ 2am)
I turn on audit tracing
I restore the 4 .trn files
What would that give...
November 11, 2010 at 8:36 am
Wintel guys copied the file to dev server. They didn't tell what the issue was:ermm:
November 11, 2010 at 8:25 am
nealhudson77 (11/11/2010)
I wrongly assumed that turning on transactino logging would be enough. ....
As Gail mentioned earlier, Transaction log is not an optional component and you cannot turn it on or...
November 11, 2010 at 6:48 am
am just hoping the trial edition gives him that feature to read from log backups.. i haven't used it yet.
November 11, 2010 at 6:15 am
was the instance restarted? if yes it may take a while to roll forward transactions which depends on certain configuration settings.
November 11, 2010 at 6:13 am
nealhudson77 (11/11/2010)
ps. (11/11/2010)
nealhudson77 (11/11/2010)
I'm not sure but I don't think sowhat does the following code return?
select value from sys.configurations where name='c2 audit mode'
This returns 0
🙁
Audit trace is disabled on...
November 11, 2010 at 6:06 am
Hmmm Thanks. I dont hv access to see that. Will need help from wintel guys on this.
November 11, 2010 at 5:59 am
There are third party log reader tools available.
you may want to see this.
November 11, 2010 at 5:57 am
Thanks for the reply.
I had noted the trace id which was 2.
currently only one trace is running with an id of 1 which is the default trace.
Any idea what else...
November 11, 2010 at 5:56 am
nealhudson77 (11/11/2010)
I'm not sure but I don't think so
what does the following code return?
select value from sys.configurations where name='c2 audit mode'
November 11, 2010 at 5:48 am
do u have an audit trace running/3rd party auditing tool installed and running on server?
November 11, 2010 at 5:40 am
Since ur database is in simple recovery mode, i guess you must be taking full backup. This has no effect on the log file size.
In simple recovery mode, log...
November 11, 2010 at 3:35 am
Did you read the article Gail suggested?
If the log file is filling fast, you need to increase the frequency of your log backups or let it increase to a size...
November 11, 2010 at 2:53 am
Viewing 15 posts - 166 through 180 (of 1,539 total)