go
sp_spaceused table
select object_name(id),rows,rowcnt from sys.sysindexes where object_name(id) in ('table')
go
sp_spaceused table
select object_name(id),rows,rowcnt from sys.sysindexes where object_name(id) in ('table')
转载于:https://www.cnblogs.com/dot-caohui/p/11534001.html
2万+
2990

被折叠的 条评论
为什么被折叠?