Is there any tool available by which one can calculate the size or a single row in sqlserver. This would really help in calculating the expected size of DB. Further one option can be to use sp_spaceused but it gives the details of the whole table... what we want is the size of a record (maximum size) in a table.
Further is there any tool to check the amount of traffic that is hitting the server so as to enable to identify the bottlenecks.
Thanks in advance.