sql,SELECT , i.name AS IndexName,, t.name AS TableName,, i.type_desc AS IndexType,FROM , sys.indexes i,JOIN , sys.objects t ON i.object_id = t.object_id,WHERE , t.type = 'U'; 只选择用户表,
``sql,SELECT , i.name AS IndexName,, t.name AS TableName,, i.type_desc AS IndexType,FROM , sys.indexes i,JOIN , sys.objects t ON i.object_id = t.object_id,WHERE , t.type = 'U'; 只选择用户表,
``Powered By Z-BlogPHP 1.7.3
Copyright Your WebSite.Some Rights Reserved.