Forum Replies Created

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

  • RE: A Collaborative Approach To Table Compression

    Unfortunately I do not have before and after data size numbers fro the row compression on our production OLTP database. But I did use (as documented in the script)...

    Mike Byrd

  • RE: A Collaborative Approach To Table Compression

    You are correct; compressing small lookup tables actually may increase the overall size. That is why I exclude any tables less than 8 pages in my script. I...

    Mike Byrd

  • RE: A Collaborative Approach To Table Compression

    Yes I did look at page compression, but the community consensus is that you should only do page compression for fairly static tables. If you have to update or...

    Mike Byrd

  • RE: Efficiency

    In my "second" career (retirement from military was first) I was CTO for an insurance company for over 9 years when a new General Manager asked me to leave (about...

    Mike Byrd

  • RE: Searching for Plans

    At first reading I thought that was a neat idea, but on reflection (and sadly experience), what runs on one machine and one set of data does not mean it...

    Mike Byrd

  • RE: Cannot get Foreign Key back to is_trusted

    OK, I think I've figured it out. The original definition of the FK included a "NOT FOR REPLICATION" clause. If I delete the clause and recreate the FK...

    Mike Byrd

  • RE: Cannot get Foreign Key back to is_trusted

    Data is valid between the 2 tables:

    The following query returns a empty result set:

    select * from Adapter.ServiceConfiguration

    where CreateComponentID NOT IN (select SysComponentID from SysComponent where SysComponentID IS Not...

    Mike Byrd

  • RE: Cannot get Foreign Key back to is_trusted

    And I thought that re-enabling the FK constraint also only applied to future updates. And you can see from my example that the FK constraint is_disables is set to...

    Mike Byrd

  • RE: Cannot get Foreign Key back to is_trusted

    This is after a re-enable of the constraint. Now I want to get the constraint back to a is trusted state.

    Mike Byrd

  • RE: Snoops

    While I understand the need for privacy, I also do some snooping just to understand the characteristics of the data within the database. All the planning in the world...

    Mike Byrd

  • RE: Are We Not Testing Enough?

    Interesting question. We all code differently and usually my way is not the only way. We are all subjective in the best way to write code and usually...

    Mike Byrd

  • RE: The Phantom DBA

    I think the role of SQL Server DBA is under-rated and over-used. My title is Senior Database Developer and I help our sole DBA with performance issues and setup....

    Mike Byrd

  • RE: Would You Do Your Hobby for a Living

    Hmmm, computers have been my hobby for last 35 years. During my last few years in the USAF I even free-lanced for PC Magazine (nothing like having $12,000 worth...

    Mike Byrd

  • RE: Would You Like a Stay Interview?

    Having been on both sides of the fence, I would hope that the annual performance review includes a two-way dialogue for both the manager and the employee. I've been...

    Mike Byrd

  • RE: SQL Server 2008 Compression

    Good article and glad to see numbers attached to it.

    One question, though, when you apply row or page compression is the table (and its respective indexes) still accessible...

    Mike Byrd

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