find total number of something in sql table code example Example: how to count number of rows in sql SELECT COUNT(*) FROM dbo.bigTransactionHistory;