1 select * from [数据库名].[dbo].sysobjects 
2 where id in(select id from [数据库名].[dbo].syscolumns Where name='要找的字段名')

 

相关文章: