Viewing 15 posts - 3,961 through 3,975 (of 4,745 total)
At a guess the database consists mainly of one large table, so you have one big transaction, so one big log backup.
If so two options: use dbcc indexdefrag instead...
January 15, 2009 at 3:13 pm
is it that its taking the tran log backup the full duration of the reindex job to run? what does the tran log job history record for run times of...
January 15, 2009 at 1:09 pm
jabba (1/15/2009)
If I could persuade them to drop the requirement to house the servers in different locations and rely on the inhouse generator, would clustering fufill the other points?
the nodes...
January 15, 2009 at 8:42 am
although note that the OP has later stated he set up a maint. plan to do his trn log backups, so the script posted earlier would no longer be relevant.
MArker...
January 15, 2009 at 5:51 am
GilaMonster (1/15/2009)
Please read through this - Managing Transaction Logs[/url]I just noticed that you're backing up the log with NO_TRUNCATE. Why?
oops, I missed that too :blush: Marker, that would explain why...
January 15, 2009 at 5:29 am
any chance there is a full backup running at this time? This would prevent the log backup running.
January 15, 2009 at 3:31 am
quickest and easiest way to do this is to create a maintenance plan via SSMS. Use transaction type from the backup task.
January 14, 2009 at 7:34 am
you should have used recovery, not norecovery
quickest way out of it:
open a query window and run
restore database yourdbname with recovery
January 14, 2009 at 7:21 am
jmanly (1/14/2009)
January 14, 2009 at 4:56 am
cheers bruce, I hate to ask such questions sometimes but you never know whos going to come along in the future and read this so its best to complete the...
January 13, 2009 at 4:32 pm
Bruce,
thanks for posting solution. Would be remiss of me not to mention it just in case, but you know to do a full backup immediately after truncating the log?
any way...
January 13, 2009 at 3:48 pm
try BACKUP LOG xbobo WITH TRUNCATE_ONLY
6.5 compatibility mode in 2005? wow. you are probably going to often find syntax problems running on that out of date a compatibility
out of...
January 13, 2009 at 3:11 pm
What you really get with the enterprise edition is the high availability and scale up functions that make the edition 'enterprise' wide, so if you don't need or currently use...
January 13, 2009 at 12:43 pm
jncarter (1/12/2009)
January 12, 2009 at 11:02 am
please everybody, stop it.
I feel like Chandler out of Friends, there are so many stupid comments I want to come back with, but I know I shouldn't, its killing me.
:w00t:
January 12, 2009 at 10:43 am
Viewing 15 posts - 3,961 through 3,975 (of 4,745 total)