Select count(*) from tbl Might be a start Or sp_spaceused tbl
Try that and come back with anything else you want.
========================================== Cursors are useful if you don't know sql. SSIS can be used in a similar way. Beer is not cold and it isn't fizzy.
Why do you not want to use count? Anything else you don't want to use? sp_spaceused will do it. Can also use sysindexes or sys.partitions but that will require other keywords
========================================== Cursors are useful if you don't know sql. SSIS can be used in a similar way. Beer is not cold and it isn't fizzy.