Viewing 15 posts - 2,161 through 2,175 (of 4,745 total)
OK, this looks like MOSS (Sharepoint). That can do its own backups vis sharepoint administration tool. Ask whoever runs that to increase the frequency of tlog backups and include weekends....
October 11, 2010 at 9:37 am
If log is only 1% used suggests it is being backed up. check the properties of the database, does it have a value for last log backup?
Also does this query...
October 11, 2010 at 8:58 am
shanila_minnu (10/11/2010)
george sibbald (10/11/2010)
do you have 20Gb of space to do a T-log backup because it is likely to be that size.what is the result of running dbcc sqlperf(logspace)
dbcc sqlperf(logspace)...
October 11, 2010 at 8:30 am
Same amount of work to do so should be the same. Possibly less to do if kill used as only that one process has to be recovered, not anything else...
October 11, 2010 at 6:44 am
do you have 20Gb of space to do a T-log backup because it is likely to be that size.
what is the result of running dbcc sqlperf(logspace)
October 11, 2010 at 6:37 am
no ones mentioned the blocking factors to use yet - 8K for logs, 64K for data files, 4K for system databases.
You don't say which OS you are using, if less...
October 10, 2010 at 3:48 pm
Jeffrey Williams-493691 (10/9/2010)
Perform the full backup with norecovery...
October 9, 2010 at 11:29 am
One thing I remember about SQL 7 was that DBCC Checkdb was much more intrusive than on SQL2000 and up.
October 9, 2010 at 10:43 am
answer above is the best way to do it but log restores are also recorded in the errorlog
October 8, 2010 at 5:07 pm
I would just answer yes to this prompt.
Also I would post that question on a windows forum, its not MSSQL server related.
🙂
October 8, 2010 at 2:00 pm
CirquedeSQLeil (10/8/2010)
I would go with 2008. It is solid and not as pricey as 2008R2.
If you are buying licenses now they will charge you R2 prices even if you...
October 8, 2010 at 1:16 pm
In terms of the support you would get from MS Steve makes good points and covers it well. You would get extended support till 2016 and that means if you...
October 8, 2010 at 1:15 pm
If you want to update the scheduled time via tsql use sp_update_jobschedule
October 8, 2010 at 1:00 pm
Robert, thanks, we have ticks in most of those boxes some I am not sure as I have not seen the code.
As for the lock pages in memory I use...
October 8, 2010 at 9:23 am
Viewing 15 posts - 2,161 through 2,175 (of 4,745 total)