在SQL Server中不同于在MySQL或者Oracle中使用desc来查询数据表的表结构,而是使用如下两条语句查询: 1.sp_help table_name 2.sp_columns table_name