SSIS Package - Urgent need Help
-
I have created an SSIS package that works if Windows authentication is selected, but fails upon using SQL Server Authentication. Basically, Its not saving the password for SQLServer Authentication. Can anyone please help me on this ?
Are you able to loging into SQL Server using the same User ID or password ? Does that user having permission to access the Data? You can check it from Security Permission. Check the User, which you are using having access permission on that particular database or not. Steps : 1. Goto
SQL Server Object Explorer
>Security
>Logins
2. Double Click on the particular user, that you need 3. GotoUser Mapping
Tab 4. Check Which Datbases are selected and what role is given to user. 5. Update That's All :-D Thanks.Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article
-
I have created an SSIS package that works if Windows authentication is selected, but fails upon using SQL Server Authentication. Basically, Its not saving the password for SQLServer Authentication. Can anyone please help me on this ?
-
I have created an SSIS package that works if Windows authentication is selected, but fails upon using SQL Server Authentication. Basically, Its not saving the password for SQLServer Authentication. Can anyone please help me on this ?