Does anyone know how to determine how many bits are being used in a table row?
To be more specific: Say i have a table called EmpReports. Each row in the table will contain a employeeID and a memo field that has a bunch of report information. Now I want to run a script that can group all the employeeID's and then determine how many kilobytes each employee is using up in the database.
fyi- this is not a real scenario, but the main idea is there.
To be more specific: Say i have a table called EmpReports. Each row in the table will contain a employeeID and a memo field that has a bunch of report information. Now I want to run a script that can group all the employeeID's and then determine how many kilobytes each employee is using up in the database.
fyi- this is not a real scenario, but the main idea is there.