select name from sys.columns where object_id in( select object_id from sys.tables where name = '数据库表名称')