Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 how I calculate row size with data contain

Author  Topic 

imughal
Posting Yak Master

192 Posts

Posted - 2010-07-29 : 03:56:39
Hi,
I am getting live data from hardware device on 1 minute interval. Device Data is being saved in one table.

For example I run select query which return 01 month data around 1000 row. How do I calculate 1000 row size. some coulm might be null.

Now I want to calculate how much data received last month from that device. Kindly tell how I calculate row size.

Thx
   

- Advertisement -