113 Views
COUNT(*) is commonly used to get total row count of a table/query. COUNT(*) is bit resource hungry method and should be replaced with some performance friendly methods.
0 comments
Join in on a hand-picked round up of the best .NET articles every day.
Curated by our Moderators and Voted up by our Community. Free.
COUNT(*) is commonly used to get total row count of a table/query. COUNT(*) is bit resource hungry method and should be replaced with some performance friendly methods.