|
I strongly recommend using "Sql Server Management Studio" to view the tables in altiris. You need nothing more than read access to the data base. However if you cant, then in the console
run this in a report and it will show you all tables.
select * from information_schema.tables
|