Viewing 15 posts - 406 through 420 (of 560 total)
Lynn Pettis (4/29/2013)
sql-lover (4/29/2013)
Lynn Pettis (4/29/2013)
sql-lover (4/29/2013)
Deadlocks occurred because two transactions pin each other, so...
April 29, 2013 at 6:51 pm
Lynn Pettis (4/29/2013)
sql-lover (4/29/2013)
Deadlocks occurred because two transactions pin each other, so the 1st one...
April 29, 2013 at 2:52 pm
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...
April 29, 2013 at 2:45 pm
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...
April 29, 2013 at 2:34 pm
Perry Whittle (4/24/2013)
April 24, 2013 at 2:37 pm
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...
April 24, 2013 at 11:09 am
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...
April 23, 2013 at 11:03 am
matt.gyton (4/23/2013)
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...
April 23, 2013 at 9:02 am
Geoff A (4/22/2013)
April 22, 2013 at 2:19 pm
sqlfriends (4/18/2013)
So...
April 18, 2013 at 12:53 pm
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...
April 18, 2013 at 10:49 am
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...
April 18, 2013 at 9:54 am
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...
April 18, 2013 at 8:29 am
jamessfrench-839278 (4/18/2013)
April 18, 2013 at 7:40 am
runal_jagtap (4/18/2013)
One issue i have encountered..
While scheduling the jobs on server (XXX) the jobs are scheduled properly from a local server machine.. &...
April 18, 2013 at 7:30 am
Viewing 15 posts - 406 through 420 (of 560 total)