Forum Replies Created

Viewing 15 posts - 106 through 120 (of 853 total)

  • RE: Integrity/Optimization jobs system

    Thank you very much, so master,msdb,model I will check for:

    Check integrity,reorginize index,rebuild index right?

  • RE: tempdb got big

    Where is that option located thank you agai

  • RE: tempdb got big

    Thank you, for the trace when I start running, what options should I check for?

  • RE: Name insert

    'Kôjee p'Ofoire'

    How can I write corectly in insert values('Kôjee p'Ofoire' and you can't do that [Kôjee p'Ofoire]

    we have 3 ' of them and that wouldn't work

  • RE: tempdb got big

    Hello, my temp is getting bigger,I have now 381 mb. I just installed sql monitore,but this tool is not providing why temp db is getting better.

    Any ideas what I should...

  • RE: Restore database

    Here is my results:

     

    I am ran this script on SQL Server,

     

     

    SELECT command,

     

                s.text,

     

                start_time,

     

                percent_complete,

     

                CAST(((DATEDIFF(s,start_time,GetDate()))/3600) as varchar) + ' hour(s), '

     

                      + CAST((DATEDIFF(s,start_time,GetDate())%3600)/60 as varchar) + 'min, '

     

                      +...

  • RE: tempdb got big

    I re started server and my temp db got very 111.38 MB small, but I would like to monitor and see why it got so big before.

  • RE: Restore database

    I am restoring as a new database

  • RE: tempdb got big

    Hi,

    I rebooted my server and tempdb got much smaller, just

    added sp_configure 'show advanced options', 1; GO RECONFIGURE;GO

    sp_configure 'default trace enabled', 1;GO RECONFIGURE;GO code and ran code for:

    ;WITH task_space_usage AS (

    ...

  • RE: tempdb got big

    My default trace is enabled,so can't check

  • RE: tempdb got big

    also told you to check the default trace to see if maybe a job was doing that.

    Sorry, how to check that?

  • RE: tempdb got big

    Checked usages for tempdb and attached scripted

    Cleared cache,shrink temp db

  • RE: tempdb got big

    I just ran it for temp here is my results.

    Thank you

  • RE: tempdb got big

    I will try it now, Thank you

  • RE: tempdb got big

    DBCC FREESYSTEMCACHE('All').

    How long this will run, do you think?

    Thank you

Viewing 15 posts - 106 through 120 (of 853 total)