-
-
Save amtwo/08fc86b4926fa21db63a13f0336cff62 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<BlockedSession> | |
<WaitingSpid> 67 </WaitingSpid> | |
<BlockingChain> 67 » 64 » 57 </BlockingChain> | |
<LoginName> AMallon </LoginName> | |
<TransactionCnt> 0 </TransactionCnt> | |
<WaitResource> OBJECT WAIT: master.dbo.AM2a </WaitResource> | |
<HostName> AMALLON-LT </HostName> | |
<DbName> master </DbName> | |
<LastRequest> 2017-10-26 22:49:58 </LastRequest> | |
<ProgramName> Microsoft SQL Server Management Studio - Query </ProgramName> | |
<InputBuffer> | |
begin tran | |
CREATE TABLE am3a (foo bit); | |
SELECT * FROM am2a; | |
</InputBuffer> | |
<SqlStatement> | |
begin tran | |
CREATE TABLE am3a (foo bit); | |
SELECT * FROM am2a; | |
</SqlStatement> | |
<SqlText> | |
begin tran | |
CREATE TABLE am3a (foo bit); | |
SELECT * FROM am2a; | |
</SqlText> | |
</BlockedSession> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment