Well I'd go into Query Analyzer(MS SQL program) which is where I've done my printing.
Open Query Analyzer, then connect using the same settings you would in EntManager.
Select the correct database in the dropdown.
Type: SELECT * FROM [tablename]
You can view result in text or grid (toolbar). You can print directly from either but Grid will let you copy and paste into excel which you can format allot better(ctl+A, ctl+C, ctl+V).