How can you give rights to a user on particular Databases so he can perform every action on those databases including backup and restore. But this user should not be able to access some other Databases on server. And this user should also have the rights to create new database on server, to create/alter linked server and also create/alter a job in job agent.
What permissions and server roles should I assign to acheive all above? Actually if I assign this user a server role Sysadmin then he can create/alter linked server and SQL jobs but at the same time he can access all databases on server and that I do not desire.
Any help would be appreciated!
Thanks!