Forum Replies Created

Viewing 15 posts - 14,836 through 14,850 (of 22,211 total)

  • RE: Published again

    Many congratulations! Publication is a wonderful thing. Well done.

    Unfortunately, I'm not much of a gamer any more and don't have this system, so my support will have to be strictly...

  • RE: Best practice for test environment?

    Jeff Moden (6/11/2010)


    If you have a decent SAN, learn how to use the SAN "clone" or "snapshot" feature. We used it to "replace" a Tera-Byte copy of the production...

  • RE: Making SQL Agent re-execute job upon failure

    You can go to the advanced tab for the given step in the Agent job and tell it to retry a set number of times.

  • RE: Best practice for test environment?

    It's not rocket science. Just script the stuff you do manually. That's how we built it. Put it together over time, save the script, you'll be up & running in...

  • RE: Best practice for test environment?

    We set up an automated process that captures the security on the target system, restores the database, cleans out the old security, cleans up any sensitive data, then applies the...

  • RE: Training Courses

    You should take a look at sqlshare.com. They have quite a lot of videos that can teach you skills in SQL Server, including performance tuning.

  • RE: Selecting Distinct Row

    I'd go with a TOP (1) and an ORDER BY on the value. You'll get exactly what you want.

  • RE: What is the Distributed Transaction Coordinator?

    Denny Cherry[/url] has a great little explanation of DTC.

  • RE: database security

    That was strange. The original text was meant for a different response

  • RE: database security

    I agree with Bhuvnesh, but I will add this: minimal access. Only give as much access as you absolutely have to, and no more.

  • RE: Are the posted questions getting worse?

    GilaMonster (6/11/2010)


    Oops.

    Ouch. It's kind of shocking, the fundamental ignorance about how these things work that seems to be so wide spread.

  • RE: Is the MVP Worth It?

    Jeff Moden (6/10/2010)


    Grant Fritchey (6/10/2010)


    GilaMonster (6/10/2010)


    Dan.Humphries (6/10/2010)


    I do not activly seek such things but I am not sure you would be able to wipe the smile off my face with...

  • RE: Monitoring software Reviews

    Real time monitoring & long term monitoring are different critters, as you're finding. We use Idera now. It can be tuned to capture more data than it's getting out of...

  • RE: Deadlocks on Indexes;

    Again, not seeing everything, I suspect it's the two updates that are causing the issue. The INSERT & UPDATE is going to step on multiple pages or rows, in two...

  • RE: Installing SQL2008 along side SQL2005

    I do this all the time on my local machines, laptop, workstation, etc., with no issues. I would not suggest you do this on a production system though. Installing &...

Viewing 15 posts - 14,836 through 14,850 (of 22,211 total)