Not knowing the database structure means that it will be impossible to give a precise answer, but in general
Open SQL Server Management Studio
Click the NEW QUERY button
Type USE <name of database>
Click Execute
Type SELECT FROM <name of table containing client list>
Click Execute