Forum Replies Created

Viewing 15 posts - 13,396 through 13,410 (of 22,213 total)

  • RE: Disaster Recovery

    Raghavender (2/2/2011)


    Grant Fritchey (2/1/2011)


    If I were running the interview I'd want to hear a lot more than just that you'd taken the tail backup. I'd want to know which backups...

  • RE: ROW LOCK while Insert or Updating data in the DB table

    Balaji M R (2/2/2011)


    I want to Insert and update same DB table from multiple connections.

    When i try to do this, i am getting following errors.

    1. "Transaction (Process ID 66) was...

  • RE: prerequisities

    Nothing different than any other upgrade. Have good backups. Test on a non-production system first. Run your database through the upgrade advisor and do what it says if any issues...

  • RE: .mdf file currupt

    GilaMonster (2/2/2011)


    Grant Fritchey (2/2/2011)


    If you have anyone there helping you, task them immediately with getting your backups prepared for a restore operation.

    Backups? What are backups?

    sourav_1002001 (2/2/2011)


    Unfortunately i dont have...

  • RE: SP cache plan not generated

    GilaMonster (2/2/2011)


    Grant Fritchey (2/2/2011)


    Another reason you might not see a plan in cache was if it was a trivial plan, but that's not the case here.

    In SQL 2005 even trivial...

  • RE: Copying a database to another server

    In addition to what the others have suggested, what about log shipping or mirroring?

  • RE: DB and Translog Backups

    And, if you're only doing a full backup once a week, you might want to consider doing incremental backups nightly. Then you'll only have, at most 48 or so log...

  • RE: .mdf file currupt

    If you have anyone there helping you, task them immediately with getting your backups prepared for a restore operation. You might not be able to recover this, so you'll need...

  • RE: transaction in 2 so

    If I'm understanding the requirements correctly, I'd put the second procedure into a transaction with a TRY/CATCH block that will allow you to roll it back if there are errors....

  • RE: SP cache plan not generated

    It's got to be something along the lines Gail suggests. I just ran through it and it creates a plan and stores it cache just fine.

    Another reason you might...

  • RE: DBCC REINDEX for each table

    While I wrote my own code to defrag indexes (in the book, listed below), I really prefer Michelle Ufford's[/url] code. It works wonders.

  • RE: Are the posted questions getting worse?

    GilaMonster (2/2/2011)


    Koen (da-zero) (2/2/2011)


    Koen (da-zero) (2/2/2011)


    This is a weird thread:

    http://www.sqlservercentral.com/Forums/Topic1057267-391-1.aspx

    Ugh. If someone else wants to skip in on this thread.

    Apparently English doesn't work...

    Maybe gibberish?

    Wht ru sng? DUDE, I gts teh...

  • RE: Set Up And Schedule a Server Side Trace

    rob mcnicol (2/1/2011)


    rob mcnicol (1/31/2011)


    great article, thanks.

    what tweaks to this process are required to run a server-side trace on analysis services? when i export my Script Trace Definition,...

  • RE: Copying Database to Test server

    rjohal-500813 (2/2/2011)


    Would you also need to simulate a similar server load? Could SQL Server choose a different plan under different load conditions?

    But, thinking about it a bit more, of course,...

  • RE: Copying Database to Test server

    rjohal-500813 (2/2/2011)


    Would you also need to simulate a similar server load? Could SQL Server choose a different plan under different load conditions?

    No, the optimizer is not monitoring the server. It...

Viewing 15 posts - 13,396 through 13,410 (of 22,213 total)