「テーブルのロック状態を取得する方法(SQL Server)」の版間の差分

 
(同じ利用者による、間の2版が非表示)
5行目: 5行目:
== ロック状態を取得するSQL文 ==
== ロック状態を取得するSQL文 ==
ロック状態を取得するには、以下のSQL文を実行すれば取得できる。<br>
ロック状態を取得するには、以下のSQL文を実行すれば取得できる。<br>
  <source lang="sql">
  <syntaxhighlight lang="sql">
  SELECT resource_type AS type,
  SELECT resource_type AS type,
         resource_associated_entity_id as entity_id,
         resource_associated_entity_id as entity_id,
23行目: 23行目:
  ORDER BY
  ORDER BY
         request_session_id
         request_session_id
  </source>
  </syntaxhighlight>
<br>
<br>
  実行結果の例
  実行結果の例
58行目: 58行目:
</center>
</center>
<br><br>
<br><br>
{{#seo:
|title={{PAGENAME}} : Exploring Electronics and SUSE Linux | MochiuWiki
|keywords=MochiuWiki,Mochiu,Wiki,Mochiu Wiki,Electric Circuit,Electric,pcb,Mathematics,AVR,TI,STMicro,AVR,ATmega,MSP430,STM,Arduino,Xilinx,FPGA,Verilog,HDL,PinePhone,Pine Phone,Raspberry,Raspberry Pi,C,C++,C#,Qt,Qml,MFC,Shell,Bash,Zsh,Fish,SUSE,SLE,Suse Enterprise,Suse Linux,openSUSE,open SUSE,Leap,Linux,uCLnux,Podman,電気回路,電子回路,基板,プリント基板
|description={{PAGENAME}} - 電子回路とSUSE Linuxに関する情報 | This page is {{PAGENAME}} in our wiki about electronic circuits and SUSE Linux
|image=/resources/assets/MochiuLogo_Single_Blue.png
}}


__FORCETOC__
__FORCETOC__
[[カテゴリ:SQL_Server]]
[[カテゴリ:SQL_Server]]