判断表是否存在if exists (select * from dbo.sysobjects where id = object_id(N'表名') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
来点中国字说明一下你的目的