<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dotlog</author_name>
  <author_url>https://blog.hatena.ne.jp/dotlog/</author_url>
  <blog_title>.log</blog_title>
  <blog_url>https://dotlog.hatenadiary.org/</blog_url>
  <categories>
    <anon>SQLServer</anon>
  </categories>
  <description>tempdbに作成される。 ローカル一時テーブル CREATE TABLE #tableName ( field1 [nvarchar](50), field2 [int] ) テーブル名の前に#がつく。 ローカル一時テーブルはセッションが終了すると自動で削除される。 グローバル一時テーブル CREATE TABLE ##tableName ( field1 [nvarchar](50), field2 [int] ) テーブル名の前に##がつく。 自分で明示的に消さないと消えない。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdotlog.hatenadiary.org%2Fentry%2F20100612%2F1276324415&quot; title=&quot; 一時テーブルの作成 - .log&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-06-12 15:33:35</published>
  <title> 一時テーブルの作成</title>
  <type>rich</type>
  <url>https://dotlog.hatenadiary.org/entry/20100612/1276324415</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
