Forum Replies Created

Viewing 15 posts - 616 through 630 (of 1,136 total)

  • RE: SQL Server uses large amout of memory........

    Roy Ernest (9/21/2009)


    Isnt it a Rule of Thumb that you leave 10% of the total Memory to the OS and the rest for SQL Server?

    Not really, it used to be...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: Running out of space on E drive

    Krasavita (9/21/2009)


    I was told to check what is taking a lot of space on the drive where db live. We were ok until last week and now we get alert...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: usp_dba_RestoreDatabase

    Indianrock (9/15/2009)


    Has anyone tried this? Reads a folder containing bak, dif and trn backups and generates restore commands. Also handles multiple file groups and the "WITH MOVE" needed...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: how to knw clint or server

    Sergey Vavinskiy (9/21/2009)


    C:\>osql -L listens TCP/IP and Named Pipes, that is why you may get duplicates in the server list.

    Of course when the one of them is disabled you...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: how to knw clint or server

    What has been suggested will work for finding server installation, within the same domain. however finding out client installations, if you mean workstation components cannot be done that easily.

    If you...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: how to knw clint or server

    Henrico Bekker (9/21/2009)


    Narendra-587652 (9/21/2009)


    thank's for prompt response

    i have 500 server and differnt version of SQl(2000,2005,2008) and have to

    find SQL client or SQL server installed...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: Alter the existing job using quey analyzer

    Sergey Vavinskiy (9/21/2009)


    There is nothing like ALTER JOB command.

    But when you script your job as CREATE TO ... You will have full script, which will recreate a job for you....

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: SQL Server 2008 running on Windows 2003 or 2008 with AWE

    mchou (9/21/2009)


    Does dynamic AWE add additional overhead to SQL Server?

    Quite an open-ended question, not sure how it would, you are allowing SQL Server access to more memory.

    plus the fact you...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: Clean up Maintenance plans in SQL 2005

    ebenraja (9/21/2009)


    Hello Friends,

    Using Master target principle I have scheduled the backup maintenance plans. Backups are running perfectly but there are a lot of files created (like text files) on the...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: Resuming log backups after simple recovery mode

    Indianrock (9/18/2009)


    This is more of a statement than a question. Today I took a small test database, in full recovery mode, and did a full backup followed by a...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: TempDb - odd usage figures

    Stuart Davies (9/21/2009)


    Update:-

    After a log backup and log shrink things are a bit neater now with regard to dbcc loginfo figures :-

    [font="Courier New"]FileId FileSize...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: TempDb - odd usage figures

    Stuart Davies (9/21/2009)


    OK - so really numpty time - the results are attached. What does this tell me?

    this link might shed a bit more information for you.

    http://www.mssqltips.com/tip.asp?tip=1225

    From my point of...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: Backup Database using Maintanence Plan

    gupta1282 (9/21/2009)


    Hi

    Is it possible to take full backup of two databases on different schedules

    by creating only one maintanence plan

    Let me Explain the scenario

    I have Two DB , DB1 And...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: TempDb - odd usage figures

    Stuart Davies (9/21/2009)


    Hi Silverfox,

    I've updated the stats and this reduces the value to be nearer zero but still a lrage negative value.

    dbcc sqlperf(logspace) gives :

    DB ...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

  • RE: TempDb - odd usage figures

    have you updated the usage for this database, I have seen similiar in the past where the stats/usage returned are totally out of sync.

    what does dbcc loginfo and dbcc sqlperf(logspace)...

    --------------------------------------------------------------------------------------
    [highlight]Recommended Articles on How to help us help you and[/highlight]
    [highlight]solve commonly asked questions[/highlight]

    Forum Etiquette: How to post data/code on a forum to get the best help by Jeff Moden[/url]
    Managing Transaction Logs by Gail Shaw[/url]
    How to post Performance problems by Gail Shaw[/url]
    Help, my database is corrupt. Now what? by Gail Shaw[/url]

Viewing 15 posts - 616 through 630 (of 1,136 total)