Forum Replies Created

Viewing 15 posts - 406 through 420 (of 560 total)

  • RE: Help with a Deadlock Issue

    Lynn Pettis (4/29/2013)


    sql-lover (4/29/2013)


    Lynn Pettis (4/29/2013)


    sql-lover (4/29/2013)


    The best way to fix deadlocks is via T-SQL code, changing the order of your transactions.

    Deadlocks occurred because two transactions pin each other, so...

  • RE: Help with a Deadlock Issue

    Lynn Pettis (4/29/2013)


    sql-lover (4/29/2013)


    The best way to fix deadlocks is via T-SQL code, changing the order of your transactions.

    Deadlocks occurred because two transactions pin each other, so the 1st one...

  • RE: 2005 to 2008 R2 Migration Specs

    There is no tutorial for that, because each application is different. And it is very hard to give a "cook recipe" or one quick answer.

    You need to get a baseline...

  • RE: Help with a Deadlock Issue

    The best way to fix deadlocks is via T-SQL code, changing the order of your transactions.

    Deadlocks occurred because two transactions pin each other, so the 1st one can't complete because...

  • RE: Ownership of cluster disk 'Cluster Disk xxx has been unexpectedly lost by this node.

    Perry Whittle (4/24/2013)


    When using storage multi pathing one would sort of hope that the hardware would be in place to support the topology otherwise a switch hardware failure will leave...

  • RE: Ownership of cluster disk 'Cluster Disk xxx has been unexpectedly lost by this node.

    The MCS policy was set to "round robin".

    Now, I do believe we are using the default Microsoft MPIO driver, but where can I check than on Windows and confirm? I...

  • RE: Ownership of cluster disk 'Cluster Disk xxx has been unexpectedly lost by this node.

    Hi Perry,

    The shared storage is a Dell Compellent SC8000 SAN, connected via iSCSI / MPIO to both nodes. The Windows Cluster runs on Win2008R2 SP1. MS-SQL runs SQL2012 Standard.

    I also...

  • RE: Slow Disc Access on Single Cluster Node

    matt.gyton (4/23/2013)


    Hi there,

    We currently have an issue with one of our SQL 2008 R2 Clusters. The cluster contains 2 virtual nodes with 2 SQL instances, and both of the...

  • RE: MS-SQL instance failing due tempdb space issues

    Geoff A (4/22/2013)


    might be that allocating 150GB is what is taking up some of your time. when a failover occurs, tempdb is re-created. by pre-allocating the space, the server has...

  • RE: DBcreator

    sqlfriends (4/18/2013)


    Thanks, that is a good alternative. I ended up adding that account temporily into database as dbowner when backing it up, after done, I removed it from original database.

    So...

  • RE: DBcreator

    sqlfriends (4/18/2013)


    Can this account itself add himself as a dbowner right after the database is restored?

    Two things ...

    DBCreator is a server role. dbowner is a database role. So you are...

  • RE: DBcreator

    sqlfriends (4/18/2013)


    We have a build process , the build account is a dbcreator, after it create the database, it cannot access the objects in it, why is that?

    Thanks

    Because DBCREATOR role...

  • RE: MS-SQL failover instance did not start after a planned failover/hotfix installation.

    Well,

    Couple of things. I ran the validation test and passed with a few warnings. Some of them saying that I have mutiple NICs on same network segment, but this...

  • RE: Data Warehouse Backup Strategy

    jamessfrench-839278 (4/18/2013)


    I'll have to check on the LUN with another person. I was focused on the file groups as a way to avoid backing up all the data, so...

  • RE: DB Movement

    runal_jagtap (4/18/2013)


    All went well at Migration... on server (XXX)

    One issue i have encountered..

    While scheduling the jobs on server (XXX) the jobs are scheduled properly from a local server machine.. &...

Viewing 15 posts - 406 through 420 (of 560 total)