Viewing 15 posts - 106 through 120 (of 758 total)
Thanks
Is this indicative of an issue? Or memory pressure?
October 6, 2013 at 2:47 pm
It will be in a restoring state after the tail log backup
September 26, 2013 at 1:33 am
This can be done by:
1. Run the restore job on DR server
2. Take a tail log backup on Production server - This will leave the database in a restoring state
3....
September 23, 2013 at 7:16 am
e90fleet (9/20/2013)
i am upgrading sql from 2008 to 2012 and on one instance we have 3 databases setup with mirroring.
The plan is to use AAG...
September 23, 2013 at 5:16 am
Just to add to what Gail said. They're both part of the buffer pool...
August 26, 2013 at 8:26 am
As far as I know, this setup should not be a problem
Have you made any progress with it?
August 14, 2013 at 7:59 am
harikumar.mindi (8/13/2013)
I would like to find a way to find all types of locks which are more than 5secs and blocking processes which are for more than 10secs. I...
August 14, 2013 at 7:45 am
Regarding the log running restore job, you are probably dealing with extensive VLF fragmentation.
Run DBCC LOGINFO against the database in question to check how many VLF's you have
July 26, 2013 at 7:49 am
dedicatedtosql (7/17/2013)
July 17, 2013 at 12:17 pm
dedicatedtosql (7/16/2013)
July 17, 2013 at 2:07 am
TheSQLGuru (7/15/2013)
July 15, 2013 at 1:47 pm
dwilliscp (7/15/2013)
July 15, 2013 at 11:22 am
Look at xp_delete_file or create a maintenance plan to remove the backup files which I am pretty sure uses xp_delete_file under the covers anyway.
July 9, 2013 at 6:33 am
Transaction log backups, whether it's from Log Shipping or some other processes taking log backups amounts to the same thing.
July 9, 2013 at 4:03 am
Yes you can.
Restore the previous nights backup and manually restore each transaction log up until the desired point.
You will however need to re-sync log shipping.
July 9, 2013 at 4:01 am
Viewing 15 posts - 106 through 120 (of 758 total)