Viewing 15 posts - 1,636 through 1,650 (of 4,745 total)
Jayanth_Kurup (7/7/2011)
---------------------------------------------------------------------
July 7, 2011 at 2:47 pm
3) be VERY careful using locked pages. you can wind up with a complete server hang, which is much worse than getting a bpool flush. See here for...
---------------------------------------------------------------------
July 7, 2011 at 2:42 pm
@Forum Newbie - we have both been saying that. Pls read our replies, we are not making it up.
---------------------------------------------------------------------
July 7, 2011 at 8:28 am
the log backups are copied over. They are then restored from a local directory. Restores do not fail because of network outages. If a copy fails due to a network...
---------------------------------------------------------------------
July 7, 2011 at 7:46 am
server is usually only started in single user mode to restore the master database, are you doing that currently?
---------------------------------------------------------------------
July 7, 2011 at 7:12 am
any messages in the sqlagent errorlog or eventvwr?
---------------------------------------------------------------------
July 7, 2011 at 6:59 am
backing up across a network will always be slow. Obvious speed up is to backup to local disk and then copy off to the SATA drive later.
---------------------------------------------------------------------
July 7, 2011 at 5:36 am
what backup system is it currently?
Pls confirm the SQL version is in fact SQL2005.
---------------------------------------------------------------------
July 7, 2011 at 4:45 am
lilywhites (7/7/2011)
i will look into making changes to stop tlog backups during the...
---------------------------------------------------------------------
July 7, 2011 at 4:17 am
there's no point in time recovery with differentials , its just to the end of the differential, so thats your recovery point.
If you want to recover to a point in...
---------------------------------------------------------------------
July 7, 2011 at 4:08 am
the undo file is only required in logshipping where the secondary database is restored in the read only, standby mode
---------------------------------------------------------------------
July 7, 2011 at 3:49 am
2 yr old thread and an unrelated issue. Please post a new topic you will get more answers. Post the error in the sqlagent errorlog
---------------------------------------------------------------------
July 7, 2011 at 3:33 am
from msdn
A data or differential backup contains sufficient transaction log records to allow rolling forward the active transactions as part of restoring each backup. Each backup also contain sufficient log...
---------------------------------------------------------------------
July 6, 2011 at 5:56 pm
lilywhites (7/6/2011)
After examining a database corruption and restore scenario i have questions about the backup chain.
If we started a diff backup on a database this will only backup the altered...
---------------------------------------------------------------------
July 6, 2011 at 3:59 pm
from msdn:
'File containing information regarding any modifications that were made as part of incomplete transactions at the time the backup was performed. A transaction undo file is required if a...
---------------------------------------------------------------------
July 6, 2011 at 3:12 pm
Viewing 15 posts - 1,636 through 1,650 (of 4,745 total)