Forum Replies Created

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

  • RE: High availability

    chk2009 (9/21/2009)


    We have one prod server and are planning setup high avialabily. We are into 99.99% prod environment

    SQL Server 2005 std version 9.00.1399

    Please advice for which below feature is best?

    Logshipping

    Replication

    DBmirroring

    clustering

    http://www.sqlsecurity.com/FAQs/SQLServerVersionDatabase/tabid/63/Default.aspx

    Ok,...

  • RE: Interview Questions

    Ian-440692 (9/21/2009)


    After ten years of MS SQL database administration, I feel (hope) that I can answer (resonably well) the questions I will be asked.

    But what should I be asking of...

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

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

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

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

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

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

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

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

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

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

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

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

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

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