I am trying to use a for loop to connect to different servers and then do some job for each server. In the "expressions" of the connection manager for my loop, i see ServerName and ConnectionString. What is the difference between the two. If i put an ip address inside my servername variable,will i be able to connect to a data base ? if i use connectionstring, will i have to put username and password in that ? How do i know which one to use ?
↧