The company I work with had it's DB double its size lately, so I needed to find out which tables were the biggest. I found this on the web, and decided it's worth remembering! Taken from http://www.sqlteam.com/arti... the code is from http://www.sqlteam.com/down... /**************************... * * BigTables.sql * Bill Graziano (SQLTeam.com) * graz@sqlteam.com * v1.1 * ***************************... ......