SQL Server: 2008 R2
Question: We have an application that needs to access several databases on an sql server. It needs to have the following authorities:
on those DBs:
READ/WRITE
authorities on Link Servers:
READ/WRITE
What user type should I create? i.e. SQL user with login, SQL user without login, User mapped to a certificate, User mapped to asymmetric yet, Windows User. How do I create it?
Thanks for your help.