Link to home
Start Free TrialLog in
Avatar of dedri
dedriFlag for United States of America

asked on

sql login access

I have a web application(.net), which need to have access to DB and executes a SSIS package.
What permissions do I have to give to the login?
ASKER CERTIFIED SOLUTION
Avatar of 9l1ves
9l1ves
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of thombeck
thombeck

for access the DB the user needs to be added to the SQL Logins and he needs db_datareader rights to the database (or it there is somethink to writhe / change db_datawriter)


To grant access to the Integration Services service

    Run Dcomcnfg.exe. Dcomcnfg.exe provides a user interface for modifying certain settings in the registry.

    In the Component Services dialog, expand the Component Services > Computers > My Computer > DCOM Config node.

    Right-click Microsoft SQL Server Integration Services 11.0, and then click Properties.

    On the Security tab, click Edit in the Launch and Activation Permissions area.

    Add users and assign appropriate permissions, and then click Ok.

    Repeat steps 4 - 5 for Access Permissions.

    Restart SQL Server Management Studio.

    Restart the Integration Services Service.