Viewing 4 posts - 136 through 139 (of 139 total)
Does SQL server allow to 1. Truncate log AND 2. Shrink Log While the Log-Shipping is ON ?
OR
Do we need to stop the log-shipping and then "backup log with...
January 29, 2009 at 8:03 am
well,
Fill-factor is 90% for selected objects otherwise default is 0.
NOW, I have disabled REBUILD ALL task, however reorganize and update statistics are still there. Database was remain in FULL...
January 29, 2009 at 2:46 am
Yes !!!
I have studied some other articles and white-papers.
Its definitely index rebuild which i am doing daily. The steps are
1. Database backup
2. database Integrity
3. Reorganize ALL index
4. Rebuild ALL index
Because...
January 26, 2009 at 7:21 am
Well !!!
In that case, there will be three different insert statements (3 loops for same purpose) to prepare three separate temporary tables
and
then join all four tables to UPDATE the final...
October 11, 2008 at 5:16 am
Viewing 4 posts - 136 through 139 (of 139 total)