SSIS Connection not found in package

I’m a little late to the party, but I ran across this thread while experiencing the same errors and found a different resolution. When creating an SSIS 2012 package, in the Solution Explorer window you will see the Connection Managers folder at the project level. This seems like the most logical place to create a … Read more

How to make an HTTP request from SSIS?

You can make use of the namespace System.Net.WebClient to make the Http request with the help of Script Task in SSIS. Following example shows how this can be achieved. The example was created in SSIS 2008 R2. Step-by-step process: Create a new SSIS package and create two variables namely RemoteUri and LocalFolder. Set the variable … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)