Viewing 15 posts - 571 through 585 (of 860 total)
Sqlsavy (11/8/2010)
I am bit confused with which job to be set first or the order of the jobs for Reorganize Index, Database Integrity check, Update Statistics
I...
November 8, 2010 at 6:45 am
Sqlsavy (11/8/2010)
Thanks!
your welcome.
November 8, 2010 at 6:42 am
Bhuvnesh (11/8/2010)
muthukkumaran (11/8/2010)
1.Backup --yes (Except tempdb)
2.Reorganize Index --no
3.checkdb --yes (Except tempdb)
4.Update Statistics --no
What about MSDB ?
Did you read my replay fully ?
It depends.
In my case maintenance for system db's,
1.Backup...
November 8, 2010 at 6:42 am
Are you sure you run under correct database and correct schema ?
November 8, 2010 at 5:36 am
winston Smith (11/8/2010)
November 8, 2010 at 5:27 am
Sqlsavy (11/8/2010)
I could figure out the reason for the job failure from the maintenance plan history as you adviced .The error is..
Executing the query "ALTER INDEX [PK_Act] ON [dbo].[_Act]...
November 8, 2010 at 5:15 am
Sqlsavy (11/8/2010)
Thanks!No I don't have any user tables in System db's.
I do take backup of system db everyday. But why can't we have Reorganize Index,Statistic checks?
Tnaks
There is no need for...
November 8, 2010 at 5:10 am
Sqlsavy (11/8/2010)
Date06/11/2010 09:09:00
LogJob History (UserDB.ReorgIndexes)
Step ID1
ServerServername
Job NameUserDB.ReorgIndexes
Step NameReorgIndexes
Duration05:00:39
Sql Severity0
Sql Message ID0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted0
Message
'Executed as user:...
November 8, 2010 at 5:00 am
Sqlsavy (11/8/2010)
Hi All,do we need to have Reorganize Index, Database Integrity check, Update Statistics required for System Databases?
Thanks in Advance!
It depends.
In my case maintenance for system db's,
1.Backup --yes (Except...
November 8, 2010 at 4:54 am
Sqlsavy (11/8/2010)
I feel the order should...
November 8, 2010 at 4:44 am
Did you read the previous replay ?
Did you perform log backups?
Did you face any disk space problem?
November 8, 2010 at 3:13 am
T.LOGANATHAN (11/8/2010)
My DB recovery model is FULL and I am taking full backup on every day and transfer the backup to other server ( for Precaution)
My question is How...
November 8, 2010 at 3:06 am
harita (11/3/2010)
How to check the Health of a database in sql server 2005 and what is 'Health' concept,
and how to know if the transactions are committed are not, can...
November 4, 2010 at 1:21 am
TST1 (11/3/2010)
There isn't any blocking nor fragmentation which is what I'm slightly confused by. The app team was also confused by this. We do use a third party...
November 3, 2010 at 3:08 am
TST1 (11/3/2010)
I have a function which calls on a view within it. It has been working fine and then suddenly it's taking 10 mins to run in the last...
November 3, 2010 at 2:30 am
Viewing 15 posts - 571 through 585 (of 860 total)