Microsoft Business Intelligence
SSAS, MDX, SSIS, SSRS & T-SQL
Sunday, February 13, 2011
How to count total rows in a table without count(*)?
SELECT rows FROM sys.partitions WHERE object_id = object_id('test');
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)