Viewing 15 posts - 2,131 through 2,145 (of 4,745 total)
Anamika (10/15/2010)
Before going for a live data base what are the things we need to consider and steps should be taken as a vibrant intuitive DBA?
On memory utilization, space,...
October 15, 2010 at 7:09 am
GilaMonster (10/14/2010)
CirquedeSQLeil (10/14/2010)
That's quality entertainment
Yup.
Currently watching them test to see if a cup of soda can kill you through a windscreen if thrown while cars travelling at highway speed. Actually...
October 15, 2010 at 7:02 am
there is no native SQL facility to do this without a backup. Investigate third party tools that may be able to extract data out of logs. Although as the command...
October 15, 2010 at 6:57 am
sounds like someone truncated your database log. Take another full backup and restart logshipping from the next log after that full backup.
October 15, 2010 at 6:51 am
master cannot be taken out of simple recovery mode so cannot do log backups. How often you back it up depends on how much it changes in your environment. If...
October 15, 2010 at 6:49 am
Gianluca, looks like you have it covered. You may need to experiment to get the best fill factor for your busy tables.
Ninja, perhaps I should have come up with a...
October 15, 2010 at 3:42 am
Gianluca Sartori (10/14/2010)
My index rebuild job updates statistics with sp_udatestats.
Just in case you did not realise Gianluca this step may be superfluous. If your index rebuild is the default maintenance...
October 14, 2010 at 3:26 pm
its naughty because it is arbitrarily setting all fillfactors for all indexes to 90%. The index may not have been originally created with that fillfactor and there may have been...
October 14, 2010 at 10:25 am
thanks for replying guys and as your reward you get to see some info that might help you one day.......
Reran optimisations in various ways on the 'fixed' database with the...
October 14, 2010 at 8:39 am
I think Chris means with the use of AWE SQL2000 enterprise can use above the 4Gb line. With that set up I would allocate up to 10GB to SQL (leave...
October 13, 2010 at 3:59 pm
Are you sure the data repositories are being backed up? if they are in a state to receive log backups it will not be possible to back them up.
there is...
October 13, 2010 at 3:54 pm
and SP2 is out so perhaps you should slipstraem that.
October 13, 2010 at 3:23 pm
good point Gianluca.
Its not parallelism in our case, Query runs serial.
I forgot to mention Index was rebuilt with 100% fillfactor when it was 90% before (accidentally :-), but if its...
October 13, 2010 at 8:31 am
download a free tool call SQLIO and test. This tool will measure your maximum throughput
October 13, 2010 at 6:44 am
thanks for the reply craig.
couple of things have been found, restored a different backup, ran a dbreindex script (not a maint plan one) and query was not affected, ran in...
October 13, 2010 at 6:42 am
Viewing 15 posts - 2,131 through 2,145 (of 4,745 total)