Hi there.
My question is:
When using application role security to access a SQL2000 database from (lets say) a VB6 application, is it necessary to connect to the database first using a valid SQL or NT user account? In order words, does the application first connect by 'sa' or another user and THEN execute the sp_setapprole stored procedure? I was hoping to restrict access to the database to a single application role but it seems that's not the way it works...
Anyone know more details?
Much appreciated.
My question is:
When using application role security to access a SQL2000 database from (lets say) a VB6 application, is it necessary to connect to the database first using a valid SQL or NT user account? In order words, does the application first connect by 'sa' or another user and THEN execute the sp_setapprole stored procedure? I was hoping to restrict access to the database to a single application role but it seems that's not the way it works...
Anyone know more details?
Much appreciated.