SQL Server
          You must specify this information, if you set the value in the Connection field to SQL Server:
         
         - Name
 - The name of the data source.
 - Display Name
 - The name to be displayed in the application.
 - Server Name
 - The server name for this database connection.
 - Port
 - The port number used for the database connection. If not specified, the default port number (1433) is used.
 - Database
 - The name of the database.
 - Pre-Command
 - The value of a command generated at the start of an interface service run (that uses this data source). For example, the command can be used to pass site information to another connection.
 - Post-Command
 - The value of a command generated at the end of an interface service run (that uses this data source).
 - User
 - The user name for the connection that use this data source.
 - Password
 - The password for the connection that use this data source.