Forum Replies Created

Viewing 15 posts - 1,711 through 1,725 (of 2,436 total)

  • RE: Lost All databases

    Just an afterthought ... since this is a development database environment and it seems losing things (or things getting corrupted) will cause you grief ... it might be a good...

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

  • RE: PAE Enabled

    Unless your are running SQL 2K enterprise /3GB and /PAE will do you absolutely no good since the 'standard' edition is limited to to 2 Gb <period>

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

  • RE: Update Statistics

    What about adding:

    EXEC sp_MSforeachtable 'sp_recompile ?'

     

    Otherwise your execution plans will not take advantage of the new statistics ...

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

  • RE: sp_helpfile shows 2 backup has 4 files - please help

    Can you post your restore script ?

     

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

  • RE: hidden maintenance plan

    Even MS has 'builtin' this undocumented feature (maintenance with no listed Jobs) in some products ... in particular SMS and MOM (to a limited extent) ... as for showing up,...

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

  • RE: Question of the Day for 04 Nov 2005

    A true "quiesce" is simple a temporary cessation of activity wothon the DBMS engine that allows the engine to write out coordinated recovery points in all logs. In the...

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

  • RE: Job History

    I'm not real experienced with DTS but it sounds like a better soluition than a trigger on a system table.

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

  • RE: 2000 server always uses max memory

    First off, add more RAM 2 Gb is a max value to grab for the OS, SQL Server and IIS. I'd make it 4 Gb minimun - configure SQL for...

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

  • RE: Composite key with identity column...

    It seems that keys and indexes are getting very confused here. A key is something identify the row as unique. indexes are for accessing the data. Your table key can...

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

  • RE: PCBErrorMsg

    Is it possible that the application is attempting to get sql server error diagnostic information and that portion of the client code is failing ?

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

  • RE: hidden maintenance plan

    have you checked for stored procedures marked to execute on start-up ?

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

  • RE: Difference between creating a single index on two columns and creating two seperate indexes on those two columns

    check out BOL - Designing an Index - what you need is a composite index.

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

  • RE: migrating objects to production box

    You might want to search this site for chNge management and migration processes. There are quite a few great threads on what you want to do.

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

  • RE: Centralised Monitoring

    We use a MOM 2005 for the enterprise and SQL Servers. In addition to this we use the MSX/TSX functionality of SQL Server coupled with an SMTP mail stored procedure.

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

  • RE: How to increase time out in EM

    I have experienced the same issue sporadically. I have found a few causes, the first mentioned above, excessive tempdb activity - but usually during an 'autogrow'. So we try to size tempdb...

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

Viewing 15 posts - 1,711 through 1,725 (of 2,436 total)