Hi Guys,
I am running a Macro file in SSIS VB script task.
My macro pulls data from a https url and url requires user name and password.
My package works fine in visual studio project solution but it pops up to enter user name and password.
I need to schedule this package to run every 1 min. How can i achieve this?
Thanks