Hi,
I have a requirement to Pull data from a source SQL server into my server and the source team has granted access to our Service Account and not for individual accounts.
I have created a SSIS package to pull the data from source to our destination. But the Source Connection manager is failing as it was picking the my windows authentication and I dont have access to the source server.
I kept the SSIS package in a SQL agent job and let it run through the Service account, But still its failing with Connect manager failure error. What is the best way to Pull data from a Source where only Service account has access to source? What is that i am missing here?