查询sql server 表结构

 

select column_name,data_type from information_schema.columns where table_name = '表名'

 

 

posted @ 2013-10-04 03:18  宁静.致远  阅读(263)  评论(0编辑  收藏  举报