t=""/>
73
on a.id=g.id and a.colid = g.smallid
74
75
order by a.id,a.colorder
76
77
列出sql server 所有表、字段定义,类型,长度,一个值等信息
78
79
并导出到excel 中
80
81
-- ======================================================
82
83
-- export all user tables definition and one sample value
84
85
-- jan-13-2003,dr.zhang
86
87
-- ======================================================
88
89
在查询分析器里运行:
90
91
set ansi_nulls off
92