open query Analizer
hit connect in the popup
copy and past this code
Code:
SELECT
t.user_id as 'Login',
t.user_pwd as 'Password',
t.user_mail as 'E-mail address',
p.ipt_time as 'Joined us on (date)',
p.login_time as 'Last played on (date)'
FROM account..tbl_user t
JOIN account..user_profile p
ON t.user_no = p.user_no
ORDER BY p.ipt_time DESC
then press ALT+X to execute and get your list