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
Post a Comment