Viewing 15 posts - 1 through 15 (of 17 total)
Perry Whittle (8/8/2012)
didi77 (8/7/2012)
Why did it lost the sequence when I made a manualy backup log?
Because the log backup went to a location outside of the log shipping backup...
August 8, 2012 at 3:51 am
anthony.green (8/7/2012)
You have missed one key point out of your process.
When you change the database to SIMPLE, to shrink the...
August 7, 2012 at 10:08 am
didi77 (8/7/2012)
here my step of the test.
One database, one logshipping, one update query (to grow the LDF...
August 7, 2012 at 8:58 am
I have to be faster than sql to work If I try to understand.
here my step of the test.
One database, one logshipping, one update query (to grow the LDF file),...
August 7, 2012 at 8:53 am
oh 😀
ok
now I see "nothing"
I let you know, I will make the same test than this morning.
August 7, 2012 at 4:15 am
thanks, i've got it,
select log_reuse_wait_desc from sys.databases where name = ''
it's return nothing, so I will re test again and again until a broke the logshipping sequence...
I let you know
August 7, 2012 at 4:05 am
could you tell me how to do that "You will need to query sys.databases and when it returns 'nothing' then you can shrink."
because maybe the sql server was not finish...
August 7, 2012 at 2:44 am
Today, I retest the same thing of yesterday always on my test server...
i'm totaly lost
what was working yesterday wont today...
with this error message at the restore of the logshipping job...
August 7, 2012 at 2:22 am
anthony.green (8/6/2012)
No, when you run a shrink with Truncate Only you reset the LSN's.If you just run DBCC SHRINKFILE you dont reset the LSN's
in fact, because i'm lazy, i've just...
August 6, 2012 at 7:14 am
anthony.green (8/6/2012)
didi77 (8/6/2012)
anthony.green (8/6/2012)
You will need to ensure that the reuse desc is set to nothing to shrink it down as low as...
August 6, 2012 at 6:53 am
anthony.green (8/6/2012)
Shrink the file, but dont use truncate only.Read the article on managing the transaction log, and size your log accordingly.
I will
thanks
August 6, 2012 at 4:10 am
anthony.green (8/6/2012)
You will need to ensure that the reuse desc is set to nothing to shrink it down as low as possible, otherwise...
August 6, 2012 at 4:09 am
So on my sql test server,
I create a quick logshipping, with a data base witch have already a hudge LDF file.
I made a tsql backup log like that :
"BACKUP...
August 6, 2012 at 3:59 am
anthony.green (8/6/2012)
You can shrink the log in full recovery, but you will have to wait...
August 6, 2012 at 3:38 am
anthony.green (8/6/2012)
How...
August 6, 2012 at 3:12 am
Viewing 15 posts - 1 through 15 (of 17 total)