Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
exec sp_spaceused [TableName]
/*This assumes the field PK is the primary key of the table.*/
select PK, sum(len(Col02)+len(col03)+len(04))
from table