<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.hgotoh.jp/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>努力したWiki - documents:database:sqlserver</title>
        <description>推敲の足りないメモ書き多数</description>
        <link>https://wiki.hgotoh.jp/</link>
        <lastBuildDate>Sun, 21 Jun 2026 02:30:33 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.hgotoh.jp/_media/wiki/logo.png</url>
            <title>努力したWiki</title>
            <link>https://wiki.hgotoh.jp/</link>
        </image>
        <item>
            <title>200.SQLServer2005のレコード長</title>
            <link>https://wiki.hgotoh.jp/documents/database/sqlserver/sql-0003</link>
            <description>200.SQLServer2005のレコード長

2009年06月16日 09時54分41秒

CHAR型の限界


 1&gt; create table t1 (
 2&gt;   a char(8000)
 3&gt;  ,b char(61)
 4&gt; );
 5&gt; go
 メッセージ 1701、レベル 16、状態 1、サーバー GUNTRA、行 1
 7 バイトの内部オーバーヘッドを含めて、最小行サイズが 8068 になるので、テーブル &#039;t1&#039; を作成または変更できませんでした。こ
 のサイズは、テーブル行の最大許容サイズの 8060 バイトを超えています。
 1&gt; create table t1 (
 2&gt;   a char(8000)
 3&gt;  ,b char(60)
 4&gt; );
 5&gt; go
 メッセージ 1701、レベル 16、状態 1、サーバー GUNTRA、行 1
 7 バイトの内部オーバーヘッドを含めて、最小行サイズが 8067 になるので、テーブル &#039;t1&#039; を作成または変更できませんでした。こ
 のサイズは、テーブル行の最大許容サイズの 8060 バイトを超えています。
 …</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 13 Jun 2026 17:56:20 +0000</pubDate>
        </item>
        <item>
            <title>142.SQLServer関連</title>
            <link>https://wiki.hgotoh.jp/documents/database/sqlserver/start</link>
            <description>142.SQLServer関連</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sat, 13 Jun 2026 17:49:25 +0000</pubDate>
        </item>
    </channel>
</rss>
