J
Joachim Teichmann
hallo,
in my adp-project I need a List of all Logins. There is the stored proc
'sp_helplogins' in the master db which returns a list with Logins of all
databases on the SQL-Server. I want only the logins of the db connected to
my access-project.
Is there a possibility of setting a kind of filter on the 'sp_helplogins'
like select * from sp_helplogins where dbname='mydbname'???
Thanks for any help
Jo
in my adp-project I need a List of all Logins. There is the stored proc
'sp_helplogins' in the master db which returns a list with Logins of all
databases on the SQL-Server. I want only the logins of the db connected to
my access-project.
Is there a possibility of setting a kind of filter on the 'sp_helplogins'
like select * from sp_helplogins where dbname='mydbname'???
Thanks for any help
Jo