Forum Replies Created

Viewing 15 posts - 601 through 615 (of 1,138 total)

  • RE: status is not updated

    ramyours2003 (9/22/2009)


    the backup files are updated in the disks showing the backups are successful but in the job history showing the failed status . The error message is

    Message

    [264]...

  • RE: Tempdb

    np, glad to know it helped. let us know if you need any more help

  • RE: Tempdb

    You could always go the other way, and look at it from a developer ppint of view. You could search the syscomments table and look for stored procedures that use...

  • RE: Tempdb

    You can set filters up on profiler and search for long running queries that way, or you can use some of the performance dashboard reports like performance top queries by...

  • RE: status is not updated

    Can you post the history of the job, so that we can see what you are saying

  • RE: sp_updatestates is only sampling 1% of my data.

    Remember to take this into account.

    sp_updatestats updates only the statistics that require updating based on the rowmodctr information in the sys.sysindexes catalog view, thus avoiding unnecessary updates of statistics on...

  • RE: error

    ramyours2003 (9/22/2009)


    one of the job failed stored procedure does not exsit by displaying error 2812 , iam not aware of this error , how to resolve this .

    thanks

    The error...

  • RE: status is not updated

    ramyours2003 (9/22/2009)


    we ve some backup jobs which runs daily night at 9pm , even the jobs are running fine. status is displayed as failed in job history , what...

  • RE: Log shipping issue after reindexing job

    ashaaban (9/21/2009)


    Hi

    I have been struggling to find a solution for this issue. I have a database that is about 90GB in size, I run a reindexing job on saturday around...

  • RE: Transaction Log Backups Failing.

    Yep agree with that, can you post the actual error you are receiving. already looked at the code you posted.

  • RE: Strange Problem with the maintanence plans

    You have the time that the recovery model change was made, check the logs and sql job history to see what ran at that point and isolate what could have...

  • RE: Disk subsystem configuration for Tempdb

    it is a best practise, we have 16 cpu machines here, tempdb is split, 1 mdf and 15 ndf. size has to be the same, I normally set them to...

  • RE: What is that fixed installation path for Report Manager??

    Vishal Singh (9/22/2009)


    Generally its "Drive:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportManager\Home.aspx"

    Nope, MSSQL.(number) is dependent on the components that are being installed and the order in which they are installed

    If you are using...

  • RE: Help with allocating 32Gb of RAM w/32-bit SQL & Windows 2003.

    You need to leave the settings as they are, otherwise you would hit problems

    To add to this post, if this is a dedicated sql box, I would leave about 3...

  • RE: Tracing past problematic sessions

    gk-411903 (9/21/2009)


    I am new to this SQL Server stuff. I am seeing the error below in our Project Server

    running on SQL Server 2005.

    Message

    Sourcespid77

    A read operation on a large object failed...

Viewing 15 posts - 601 through 615 (of 1,138 total)