Determining the size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CodeNoobster
    New Member
    • Sep 2013
    • 52

    Determining the size

    Hi everyone, is there any way to determine the size(How many items exist) of a particular database table similar to using the "Array.GetLengt h" Method?

    Or am I restricted to only using the count() function in sql?

    any article and resource links and recommendations would be greatly appreciated.
  • pod
    Contributor
    • Sep 2007
    • 298

    #2
    Try this blogger's solution

    SQL Server–HOW-TO: quickly retrieve accurate row count for table

    Comment

    Working...