Forum Replies Created

Viewing 15 posts - 1,606 through 1,620 (of 2,436 total)

  • RE: SQL Server Logs

    oops ...

    This is done in EM by right click on SQL Error Logs and selecting properties configure.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: SQL Server Logs

    Recycling SQL Server errorlogs to keep them a managable size may help. The basic command is DBCC ERRORLOG. There are scripts posted that check the size and roll it over...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: DataBase Restore

    No. The heart is the only organ non-transplantable in this analogy. Restoration of a user database is like receiving a new kidney, again in this analogy.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Timeout Expired - Autogrow of file cancelled or timed out

    Use a SQL Maintenance Plan.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Upgrade SQL Server 7 to 2000 using Terminal Services

    Unless you can get to the console of the server you'll have difficulties. The only other method of remotely upgrading that works well enough (although not entirely painlessly) is to...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Calling all Licensing Experts

    Miicrosoft just released a website to help you plan/cost stuff like this:

    http://www.microsoft.com/licensing/mpla/programpage.aspx

    However, when all is said and done, you'll probably end up on the phone with a MS rep...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Domain name change

    You should contact your AD folks because the 'trust' relationship that was established could only be a transitory thing - like for the duration of the domain migration. I'd start...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Timeout Expired - Autogrow of file cancelled or timed out

    'autogrow' is a nice feature but not without it's pitfalls as you've seen. I always use 'autogrow' but in a slightly different manner. I alow database data and transaction log portions of...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Trappable event error

    Could you provide just a bit more information please ? Was the error found in the SQL errorlog or the Windows event log ? Was it issues from EM or...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Optimization job for Maintenance plan ''''db name'''' failed

    DBCC DBREINDEX (tablename) only produces the following output:

    DBCC execution completed. If DBCC printed error messages, contact your system administrator.

     

    As for capturing the output, I use an output file in the...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: DataBase Restore

    Modification of recovery modes for the system databases is not recommended nor supported.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Grid vs text in Query Analyzer -each one returning differen results

    I would not write this off as a non-issue. Just because it does not impact/affect your application at present, what is to say that it will not in the future....

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: DataBase Restore

    One point that was missed ... it concerns recovery ...

    Databases are in Recovery mode:

    • Master: Full  ---> this should be simple
    • Model: Full----->  it is simple by default
    • MSDB: Simple
    • RSMS:...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Optimization job for Maintenance plan ''''db name'''' failed

    We had this problem with the MON OnePoint database some time ago and opened up a case with MS. Here's a script provided by PSS for the problem as a...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: how to monitor the DB used and unallocated space?

    Why do you need to monitor database space usage every 10 minutes ? I could see 1 or 2 times a day but every 10 minutes seems a bit on...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

Viewing 15 posts - 1,606 through 1,620 (of 2,436 total)