Hi All,
In SQL Server, we can create application role by using the Create Application Role command and set the application role executing the sp_setapprole stored proc.
But how and when does the binding of the application user and the application role being done?
Thanks