Viewing 15 posts - 16 through 30 (of 51 total)
Ran it again: now log_reuse_wait_desc = NOTHING! Good news!
May 22, 2012 at 2:31 pm
I have re-run this query:
SELECT name, recovery_model_desc, log_reuse_wait_desc
FROM sys.databases
WHERE name = @DatabaseName
Same results: recovery_model_desc = FULL, log_reuse_wait_desc = LOG_BACKUP
Puzzling!
May 22, 2012 at 2:25 pm
One of the hourly backups failed in the middle of the night, but all have run OK since then.
I have changed to every 15 mins, and the first one of...
May 22, 2012 at 2:21 pm
I should have also mentioned that recovery_model_desc = FULL.
May 22, 2012 at 2:19 pm
log_reuse_wait_desc = LOG_BACKUP
I have increased the frequency of log backups to every 15 mins, instead of every hour.
Is that a step in the right direction?
Best wishes
Mark
May 22, 2012 at 2:17 pm
Important piece of information: last night's Full Backup failed, at 00:30 in the morning.
I presume this means that more data needs to be stored in the Transaction Log.....?
May 22, 2012 at 2:06 pm
hmmmm.... this query returns zero rows.....curiouser and curiouser!
May 22, 2012 at 1:58 pm
Dear Gail,
Sorry to be so long with an update, I have been away for a week on a training course.
Anyway, I largely have good news for you: I TRUNCATEd...
January 24, 2012 at 3:08 am
DBCC FORCEGHOSTCLEANUP
Dear Gail,
I have scheduled this to run at 3am. If it doesn't work, then I will TRUNCATE the table during tomorrow's scheduled maintenance session.
Many thanks for taking such...
January 13, 2012 at 8:03 am
GilaMonster (1/13/2012)
Two things you can try (easier one first). Run a SELECT * FROM <table name> (must include LOB columns), see if that...
January 13, 2012 at 7:00 am
Dear Gail,
I have run your code and attach an Excel file, as you requested.
Best wishes
Mark
January 13, 2012 at 6:46 am
Hi Perry,
Thanks for helping. I ran Paul's code and got this result:
session_idstart_time status ...
January 13, 2012 at 6:38 am
Bad news.... last night I ran the following two jobs:
DBCC CLEANTABLE (0, SessionsTableName, 0) WITH NO_INFOMSGS;
ALTER INDEX ClusteredIndexName ON TableName REORGANIZE WITH (LOB_COMPACTION = ON)
The jobs ran without errors, but...
January 13, 2012 at 3:36 am
I hope to - but please don't take that as a promise. I am away all next week so tomorrow will be a very busy day!
January 12, 2012 at 7:25 am
I am in the process of scheduling this as a one-off job tonight. Assuming it works, I will then schedule it as a weekly job.
Many thanks for your help,...
January 12, 2012 at 6:49 am
Viewing 15 posts - 16 through 30 (of 51 total)