Forum Replies Created

Viewing 15 posts - 5,401 through 5,415 (of 22,211 total)

  • RE: Clustered SQL Server in Azure

    What they're recommending is Azure virtual machines. That's why a cluster for high availability. Actually though, I'm not sure I'd do that. Instead, if you're moving into this space, why...

  • RE: Monitoring multiple sql instances

    This really comes down to opinion and your personal preferences, but I can recommend Redgate SQL Monitor [/url]for taking care of what you describe. It covers all the metrics you've...

  • RE: Contracting and International Travel Fees

    Jeff Moden (10/22/2015)


    Grant Fritchey (10/22/2015)


    It has to be in the contract that negotiate with the company. I have three rates, a friend's rate, an at-home rate, and then a travel...

  • RE: DBCC PROCCACHE

    m.rajesh.uk (10/21/2015)


    Hi

    My Application stored procedure is not running well. so we cleared cache.

    Why? You don't know what the problem is, so instead of troubleshooting, looking at wait statistics and sys.dm_exec_requests...

  • RE: Contracting and International Travel Fees

    It has to be in the contract that negotiate with the company. I have three rates, a friend's rate, an at-home rate, and then a travel rate plus expenses. If...

  • RE: Indexes - Missing ( creation and deletion )

    Sorry. I don't have something like that at my finger tips. I generally keep everything in source control and do all deployments from there. If you do a search online...

  • RE: IndexedView question for heavy loaded database

    The fact that the current design consists of a giant table doing nothing but inserts and another giant table where you have to do twenty writes to concerns me quite...

  • RE: Indexes - Missing ( creation and deletion )

    Not really.

    I'm confused by "different environments" though. Are we talking about Development, Testing and Production as "different environments"? Or are we saying, I've got one database on five different...

  • RE: Feeling exhausted, overworked and tired.

    Sorry to hear what's going on. It sounds really tough.

    Personally, I'd first try making changes to my current position. Explain to them where things are off the tracks and why....

  • RE: AlwaysOn: nice but our servers are virtualized

    In addition to what Gail talks about, another thing to consider is a layered approach. Depending on just how responsive and thorough you want your DR process to be, it...

  • RE: Are the posted questions getting worse?

    GilaMonster (10/21/2015)


    Grant Fritchey (10/21/2015)


    GilaMonster (10/20/2015)


    I'll probably do my usual, look at the schedule over breakfast and decide then what I want to see.

    There are sessions that we get to attend?...

  • RE: Retrieving DDL & other object changes from DMVs

    If I had to deal with something like this, I'd go to extended events. You can capture events like object_altered, object_created and object_deleted to see what was done within the...

  • RE: Are the posted questions getting worse?

    GilaMonster (10/20/2015)


    I'll probably do my usual, look at the schedule over breakfast and decide then what I want to see.

    There are sessions that we get to attend? Huh. News to...

  • RE: need help on design of database for student registration system

    Assuming I'm reading this correctly, we can see the Student to Subject Relationship through the Semester to Subject table? I find that a little confusing. The Student isn't related to...

  • RE: SLAs and Architectural Design

    Typing this on a train. Apologies for curtness and typos.

    You can't say for certain how many 9s you're satisfying until after the fact. but, the way you target a set...

Viewing 15 posts - 5,401 through 5,415 (of 22,211 total)