忍者ブログ
6月18日設置
Posted by - 2024.05.04,Sat
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

Posted by No Name Ninja - 2007.07.19,Thu
select
  a.name as テーブル名,
  a.id as テーブルid,
  b.name as 列名,
  b.xtype,
  c.name as データ型,
  b.length as サイズ,
  b.colid as 列順番
from
  (select name, id from sysobjects) a
  inner join
  (select name, id, xtype, length, colid from syscolumns) b
  on a.id = b.id
  inner join
  (select name, xusertype from systypes) c
  on b.xtype = c.xusertype
where
  a.name = @table
これで簡単な定義書作れそう。
PR
Comments
Post a Comment
Name :
Title :
E-mail :
URL :
Comments :
Pass :   Vodafone絵文字 i-mode絵文字 Ezweb絵文字
TrackBack URL
TrackBacks
カレンダー
04 2024/05 06
S M T W T F S
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
フリーエリア
最新コメント
[05/16 backlink service]
最新トラックバック
プロフィール
HN:
No Name Ninja
性別:
非公開
バーコード
ブログ内検索
カウンター
アクセス解析
Template by mavericyard*
Powered by "Samurai Factory"
忍者ブログ [PR]