Warning! It depends on the statistics and could be not accurate!
Sybase
select user_name( obj.uid), obj.name , rowcnt(doampg) from sysindexes idx, sysobjects obj where idx.indid < 2 and idx.id = obj.id […]
Warning! It depends on the statistics and could be not accurate! Sybase select user_name( obj.uid), obj.name , rowcnt(doampg) from sysindexes idx, sysobjects obj where idx.indid < 2 and idx.id = obj.id […] |