Viewing 15 posts - 46 through 60 (of 92 total)
No diskspace free at the moment ... 🙁
And the database can't have a downtime 🙁
August 5, 2011 at 6:09 am
It could grow till disk is full (=40Gb).
That was the problem.. 🙁
August 5, 2011 at 6:02 am
I don't know why they have 2 log files... I'm just here for 1 week (as consultant) and i received this errors in my checks, so I'm trying to solve...
July 11, 2011 at 3:52 am
GilaMonster (7/11/2011)
July 11, 2011 at 3:16 am
Error is on both db's, but especialy the A105_A is important here...
I know the data and log are on the same disk, but there's still enough diskspace on (30Gb)
July 11, 2011 at 2:53 am
/****** Object: Database [A105_A] Script Date: 07/11/2011 10:48:31 ******/
CREATE DATABASE [A105_A] ON PRIMARY
( NAME = N'VUMNIEUWS_Data', FILENAME = N'D:\Microsoft SQL Server\Data\A105_A.mdf' , SIZE =...
July 11, 2011 at 2:50 am
GilaMonster (7/11/2011)
It can still happen. The autogrow can timeout (check the log) or it can take too long and the transaction still fail.
Where can I see that the log growth...
July 11, 2011 at 2:28 am
GilaMonster (7/11/2011)
If you can accept the minor risks associated,...
July 11, 2011 at 2:21 am
Rhox (7/4/2011)
That reorganised or rebuild the indexes (online) for the database.
I'm trying following script: Example Script to Rebuild / Reorganize Fragmented Indexes...
July 4, 2011 at 5:30 am
I was searching for a good index optimalisation script.
That reorganised or rebuild the indexes (online) for the database.
I'm trying following script: Example Script to Rebuild / Reorganize Fragmented Indexes
I've...
July 4, 2011 at 5:02 am
Perry Whittle (7/4/2011)
you might also want to configure a mail profile for database mail so that the stored procedure SP_NOTIFY_OPERATOR doesn't fail too! 😉
That's solved already, it missed the default...
July 4, 2011 at 4:53 am
Ok, I will try that and reply here tomorrow.
Thanks for your help already!
July 4, 2011 at 3:32 am
At the same time, there's a:
- Backup transaction log
- Job History (syspolicy_purge_history)
That's all, if I'm not mistaken, this will not interupt the index rebuild?
July 4, 2011 at 3:24 am
This is the generated output:
July 4, 2011 at 3:03 am
Script: (T-SQL from the mainenance plan task)
USE [A105_P]
GO
ALTER INDEX [PK__NewBoSecurityCheck] ON [dbo].[_NewBoSecurityCheck] REBUILD PARTITION = ALL WITH ( PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, ALLOW_ROW_LOCKS = ON,...
July 4, 2011 at 2:44 am
Viewing 15 posts - 46 through 60 (of 92 total)