Forum Replies Created

Viewing 15 posts - 31 through 45 (of 67 total)

  • RE: Does the choice of Simple vs Full Rec. Model in non-system DBs affect tempdb space?

    I have to take acception to one of the comments above. The selection of simple vs full is not made based on when you do a full backup. ...

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

  • RE: Backups

    When setting up a backup strategy, I look at a few things.

    How much data can I afford to loose?

    How much disk space do I have for the TLOG?

    Where am I...

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

  • RE: SSIS Data Compression to Oracle

    During some testing with our clients prior to the release we maxed out at 20 GB per day growth. We are now releasing it to US and Canada with...

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

  • RE: How Do You Handle the Stress of Being a DBA?

    For years I was a contract DBA. My job required going in finding and fixing problems most of which where related to poor practices. Today I manage a world...

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

  • RE: 1418 Error...on the third database being set up for mirroring

    Nevermind...

    I connected directly to the server via rdp and it all worked fine. Not sure why, but will chalk another one up to experience.

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

  • RE: 1418 Error...on the third database being set up for mirroring

    Also, no messages at all in the event logs for SQL or Windows related to Failed Mirror setup.

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

  • RE: Not transferring data

    We are using ADO.Net within our ASP.Net pages. One thread process per IIS Server to handle the data transfer every 2 minutes. Monitoring the process it looks like...

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

  • RE: Indexed View

    Thanks, that is what I would have expected. CharIndex would create a situation that invalidates the Index View and basically forces SQL to the underlying tables.

    But this does...

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

  • RE: Indexed View

    Wasn't sure about CharIndex since it can return a null value and which could invalidate the index statement for the view. Has anyone ever used CharIndex on an indexed...

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

  • RE: Datatype for IP addresses

    I used a char(15) data type with a rule for format.

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

  • RE: Clustering or Mirroring for High Availability

    Not too concerned with drive failure as we will be on a high end SAN with lots of fault tolerance and access capabilities.

    We will also be using MPIO and each...

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

  • RE: Cluster Failover Question

    Windows Clustering is NOT network aware, except for the Heartbeat between the servers. If the network were to go down and the private heartbeat network is still up, Windows...

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

  • RE: Indexes with Include

    Thanks, I was pretty sure that the order and number of columns for the include columns didn't matter, but I wanted to get some second opinions.

    Have a great weekend. ...

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

  • RE: Indexes with Include

    You are correct on the selecting an index as a 'candidate index' to be used. Only the index key values are used. However, after an candidate index is...

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

  • RE: PerfMon Error

    I just created a logged csv file for these counters and had no problems. Have you tried this on another machine?

    Raymond Laubert
    Exceptional DBA of 2009 Finalist
    MCT, MCDBA, MCITP:SQL 2005 Admin,
    MCSE, OCP:10g

Viewing 15 posts - 31 through 45 (of 67 total)