Skip to content

Instantly share code, notes, and snippets.

@amtwo
Last active December 17, 2017 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amtwo/08fc86b4926fa21db63a13f0336cff62 to your computer and use it in GitHub Desktop.
Save amtwo/08fc86b4926fa21db63a13f0336cff62 to your computer and use it in GitHub Desktop.
<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