Viewing 15 posts - 38,251 through 38,265 (of 49,571 total)
Close.
A log consists internally of lots of VLFs (virtual log files). When a log backup occurs all VLFs that do not contain active portions of the log (portions still possibly...
June 23, 2009 at 2:35 pm
If you set the DB to simple you break the log chain. That may not sound important with a full backup straight after, but what if that full backup's not...
June 23, 2009 at 2:22 pm
WayneS (6/23/2009)
David O (4/9/2008)
If you've go the maintenance window. I'd run dbcc dbreindex...
June 23, 2009 at 2:16 pm
You watch the database for a few weeks and see how big it grows. If it's too big (in your opinion) make your log backups more frequent, do a once-off...
June 23, 2009 at 2:05 pm
A bookmark lookup is done when SQL uses an index for a query but that index is not covering. Hence SQL has to lookup to the cluster/heap (bookmark lookup) to...
June 23, 2009 at 2:01 pm
Set the log to a size that it needs to be for the volume of transactions and frequency of log backups and then leave it alone. Repeated shrink/grow can cause...
June 23, 2009 at 1:57 pm
Lynn Pettis (6/23/2009)
June 23, 2009 at 9:38 am
will (6/23/2009)
What does the 'restrict file growth' do if you set it to 10mb for a transaction log? Would it not let the log file go over 10mb?
Correct, the...
June 23, 2009 at 9:36 am
If you're talking about the default instance, then it's 'name' is the server's name. With named instances you can specify the instance name, but the base is still the server's...
June 23, 2009 at 9:24 am
will (6/23/2009)
However some of my questions still remain..
Specifically....
June 23, 2009 at 9:10 am
sarvesh singh (6/23/2009)
BACKUP LOG with truncate_only
Deprecated in SQL 2005, gone in SQL 2008.
Oh, and the full backup goes after the log truncation. If you do it before then the log...
June 23, 2009 at 8:58 am
HDMan (6/23/2009)
June 23, 2009 at 8:56 am
kiranjanga2 (6/23/2009)
Can u pls edit this sp for running in sqlserver2000.Thanks in advance.
Why don't you tell us what errors and what lines, and we'll advice you on resolving them.
Personally,...
June 23, 2009 at 8:38 am
June 23, 2009 at 8:36 am
nscott (6/23/2009)
June 23, 2009 at 7:56 am
Viewing 15 posts - 38,251 through 38,265 (of 49,571 total)