Forum Replies Created

Viewing 15 posts - 22,066 through 22,080 (of 22,080 total)

  • RE: Recovery to a Point in Time

    We have an emergency response team that practices recoveries from various issues once a month. Almost all them involves restoring to a point in time. There's nothing worse than have...

  • RE: Recovery to a Point in Time

    One thing not mentioned in the article, if possible, take one more log backup. If not possible, you may lose 9 minutes worth of data.

  • RE: Recovery to a Point in Time

    "Yes, there's the rub. How do you get the users out of the system and lock it down? We do not have a DBA...

  • RE: The DBA Whoops

    Great article. Good advice. Thanks for sharing.

    The only thing worse than noticing the issue right after you hit the Enter key is not noticing the issue. We've had a few...

  • RE: Disappearing DBAs

    I have to say, I think both articles are right. I see the role of Production DBA seeming to shrink in terms of importance even as it becomes a more clearly defined role...

  • RE: Using OpenXML

    That's good to know. We were doing it for performance reasons, not because of failures in the code, but if we dodged a bullet, so much the better.

  • RE: Using OpenXML

    "can we also use a path where the XML file exists."

    I'm pretty sure that you can't reference files directly from within TSQL. If you really, really HAD to do...

  • RE: Using OpenXML

    Nice article.

    You might consider adding information about performance management. For example, maintaining the document handle across multiple queries and/or procedure calls is pretty expensive. Generally, if we run into a...

  • RE: Simon Says

    We've been using SQL Data Compare for a couple of years and SQL Compare for just over a year and we've been extremely happy with the tools. Further, we're happy...

  • RE: Best Practices for Database Design

    By the way, the title of this article is misleading. I expected to see something about natural versus artificial keys, unique constraints, resolving sub-type roll-ups, logical arcs, denormalization by design,...

  • RE: Best Practices for Database Design

    Naming standards are very good things. Common abbreviations are very good things.

    Very good things can, however, be taken to silly extremes. We've got a logical modeling team tasked with, along with...

  • RE: Migration to Production

    Thanks for the input. We are going to look at dbGhost since we're in the process of reworking how we do our development and QA processes and planning on working...

  • RE: Lookup Table Madness

    I very much enjoyed the article. I sent it on to our team because we've had this debate internally several times.

    That said, a few bones to pick...

    It is a bit...

  • RE: Keeping QA Up To Date

    Great topic.

    I look forward to seeing the details of how you implement your changes. We've been working with a change management process, that takes into account the issues you raised,...

  • RE: Worst Practices - Not Using Primary Keys and Clustered Indexes

    One reason, indexes on heap tables are forced to use the physical storage location of the data. Any page splits in the data itself will cause a cascade to any...

Viewing 15 posts - 22,066 through 22,080 (of 22,080 total)