Tagged Questions
The application-roles tag has no wiki summary.
2
votes
1answer
36 views
JDBC set_approle
I am trying to set an application role through a JDBC connection using a prepareCall. It seems to work ok (i.e. syntax wise) but SQL server 2008 returns this error:
Application roles can only be ...
1
vote
1answer
46 views
Is an application role active on a SQL server connection?
How can i check, if an (and which) application role is active for a connection (DbConnection object) to the sql server?
My problem is, that all database objects have access granted for my application ...
0
votes
2answers
563 views
Is it possible to use AzMan for role based authorization on objects which are created at runtime?
Is it possible to use AzMan for role based authorization on objects which are created at runtime? If yes how can this be done?
For Example:
If an object of class "CustomAlert" is created at runtime, ...
0
votes
1answer
508 views
Constrain LINQ2SQL Datacontext to specific SQL Application Role
In SQL Server you are able to have application role security, through which you are able to for example give specific permissions that originate from specific applications.
You can execute ...