Forum Replies Created

Viewing 15 posts - 2,131 through 2,145 (of 4,745 total)

  • RE: Start your ignition to Production

    Anamika (10/15/2010)


    Hi all,

    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,...

    ---------------------------------------------------------------------

  • RE: Are the posted questions getting worse?

    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...

    ---------------------------------------------------------------------

  • RE: how to recover stored procedure from log file

    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...

    ---------------------------------------------------------------------

  • RE: Log shipping

    sounds like someone truncated your database log. Take another full backup and restart logshipping from the next log after that full backup.

    ---------------------------------------------------------------------

  • RE: Backup Strategy for System Databases?

    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...

    ---------------------------------------------------------------------

  • RE: optimising makes it 10 times worse?

    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...

    ---------------------------------------------------------------------

  • RE: optimising makes it 10 times worse?

    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...

    ---------------------------------------------------------------------

  • RE: optimising makes it 10 times worse?

    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...

    ---------------------------------------------------------------------

  • RE: optimising makes it 10 times worse?

    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...

    ---------------------------------------------------------------------

  • RE: SQL server 2000 RAM limitations.?

    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...

    ---------------------------------------------------------------------

  • RE: Archiving Strategy for Backup and Log Shipping

    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...

    ---------------------------------------------------------------------

  • RE: slipstream sqlserver 2008 standard sp1

    and SP2 is out so perhaps you should slipstraem that.

    ---------------------------------------------------------------------

  • RE: optimising makes it 10 times worse?

    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...

    ---------------------------------------------------------------------

  • RE: How much IO throughput we can get for 16 sas 15 rpm drives

    download a free tool call SQLIO and test. This tool will measure your maximum throughput

    ---------------------------------------------------------------------

  • RE: optimising makes it 10 times worse?

    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...

    ---------------------------------------------------------------------

Viewing 15 posts - 2,131 through 2,145 (of 4,745 total)