visual studio 2013 - Is there a UI to grant access to roles in VS2013 database Project -


in sql server explorer ui grant roles access read insert etc. on tables.

when importing visual studio database project generates grants below tables. e.g.

grant insert on object::[dbo].[mytable] [myrole] [dbo]; 

i can't seem find ui in visual studio though. know if there ui?

no, there no such ui, @ least of visual studio 2013.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -