Forum Replies Created

Viewing 15 posts - 376 through 390 (of 2,436 total)

  • RE: Performance Issues

    Krishna ... I use the following outline:

    Round II

    DBCC DBREINDEX

    UPDATE STATISTICS (with FULL scan) for all tables

    Because I only do indexes that need...

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

  • RE: Performance Issues

    Hey Grant - no problem - was just trying to get some suggestions out there based on the limited information - personally I index-defrag before index rebuild and then only...

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

  • RE: sp_send_dbmail (The specified string is not in the form required for an e-mail address)

    Why don't you try a low-tech debugging aid

    print @eml_id

    print @rcpnt_cc

    Just prior to the exec for the mail send and see of the addresses...

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

  • RE: Why employees fail?

    ... they do not like what they do ... (yeah, direction, tools, technology or whatever)

    ... they do not like who they work with ... (coworkers, other teams/departments/organizations)

    ... they do not...

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

  • RE: Deleting data from large tables.

    Point taken Lynn. However given the size and scale of the issue ,the minor inconveniences that making partitioning work in standard edition would probably far outweigh the potential fallout from...

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

  • RE: Performance Issues

    Take a look and see if there is any database maintenance/optimization. If not, then that is a great first step. As Jeff said, there is no reason things should run...

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

  • RE: Deleting data from large tables.

    Partitioning anybody ???

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

  • RE: Failed to Pause Catalog - can''t find this error anywhere!

    We have the same issue but via a maintenance plan backup or query window for that matter. There are a couple of work-arounds we have found.

    - Use the same service...

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

  • RE: TEMP DB File layout

    We currently use 16 15 Gb files for tempdb data on a 64 CPU active/passive cluster with 128 Gb of RAM and things start up/failover in less than 2 minutes....

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

  • RE: IntegrityTask in 2005 only takes seconds to finish ???

    I am going to assume that you went to x64 for SQL 2005 as well.

    Right off you doubled the number of processors - always good.

    Then you quadrupled RAM - even...

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

  • RE: IntegrityTask in 2005 only takes seconds to finish ???

    There could be many reasons. Let me ask a few questions.

    - Is the hardware different ?

    - Are the OS's different ?

    - Is the load on the server the same ?

    -...

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

  • RE: Adoption

    Getting down to "brass tacks" ...

    - 200+ servers and/or instances thereabouts

    - roughly 50/50 SQL 2000 & SQL 2005

    - no plans at all for 2008

    - why, licensing...

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

  • RE: Pruning

    ... Pruning ?

    ... we don't need no steenking Pruning !

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

  • RE: Best practices Password Change - SQL Failover cluster (3 or 4 node cluster)

    Here are the instructions that we use:

    Note – before you begin

    The following instructions are for changing service account password ONLY.

    These instructions work for Active/Passive clusters and n+1 clusters as well.

    If...

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

  • RE: Network alias for SQL Server .. bad idea???

    I'm with Ed Vassie - in the past I have used nothing but FQDNs and aliases for SQL Servers , application databases and web and application servers. This allowed us...

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

Viewing 15 posts - 376 through 390 (of 2,436 total)