i have http connection manager with file path, username and password in it.
i would like to store that information in configuration table in sql server. How do i do that? what should be the configured value
for example, while using sql server, i have a configured value in that configuration table as
Data Source=SQLSERVER001;Initial Catalog=XXXXX;Provider=SQLNCLI10.1;Integrated Security=SSPI;Persist Security Info=True;Auto Translate=False;
What should be that value for the http connection manager? any idea
i would have to embed the username, password in the configuration table, so that i don't have enter the password again and again
i do not want to use the option of Encryptallwithpassword or any other protectionlevel
i only want to save that info in sql server tables
Thanks again
Thanks