Viewing 8 posts - 46 through 53 (of 53 total)
Hey guys
I found the solution. I had to enable Snapshot Isolation on my database
ALTER DATABASE MyDatabase
SET ALLOW_SNAPSHOT_ISOLATION ON
Thank you for all the answers
November 16, 2016 at 5:01 pm
The status of session 66 is SLEEPING and the cmd is AWAITING COMMAND.
I think is is an issue in the code, I think SQL is waiting for the application to...
October 27, 2016 at 12:52 pm
Yes, I can see the lock.
ObjectName : DIMENSIONHIERARCHY
Request_mode: IS
Request_owner_type: Transaction
Session ID :71
ObjectName : DIMENSIONHIERARCHY
Request_mode: IX
Request_owner_type: Transaction
Session ID : 66
ObjectName : DIMENSIONHIERARCHYLEVEL
Request_mode: IX
Request_owner_type: Transaction
Session ID : 66
Head Blocker = Session 66
Session...
October 27, 2016 at 12:44 pm
Thanks for your answer,
I am not a developer so I have not checked the code yet.
Do you mean if the query is being part of a transaction (ttsbegin -ttscommit) ?
Are...
October 27, 2016 at 9:50 am
VMFS version is 5.61 and the block size is 1 MB
SAN sector size = 512 bytes
There is conversation about block size across different layer (OS, VMFS, SAN)...
July 27, 2016 at 11:51 am
SAN LUN presented as a drive to VMware. I am doing my test on a virtual disk.
July 27, 2016 at 8:37 am
Thank you very much, it certainly helps to understand SQL. I understand now that SQL does not only perform 64K operations as pointed on by GilaMonster.
Interleaved files is also very...
July 27, 2016 at 8:19 am
Viewing 8 posts - 46 through 53 (of 53 total)