|
What are the advantages and disadvantages of using these kinds of logins.
Any help is appreciated.
(comments are locked)
|
|
You might create this kind of user as part of standardizing an application. You create a MyApp user that isn't tied to a login and grant it permissions in a database. You can then impersonate this user from a different login. Thank you Black hawk. I have not seen this kind of login previously, but is it safe to move with these users to production and test environments. The moment i create this user.. the default access its getting is DBO. soo wondering if i should advice to create such kind of logins.
Apr 27 '10 at 03:44 PM
Katie 1
Any created user will use the DBO schema if none is defined for them in the create user statement.
Apr 27 '10 at 05:12 PM
Blackhawk-17
(comments are locked)
|

