-
色牲
发布于 2013-02-07 17:37
-
收藏
复制代码 代码如下:select a.name, o.name AS TableName, o.type, a.id, o.object_id, o.schema_id FROM sys.syscolumns AS a INNER JOIN sys.systypes AS b ON a.xtype = b.xtypeAND b.name = 'nvarchar'INNER JOIN sys.objects AS o ON a.id = o...