hi,
this might be a basic of SQL server installation , but never got a change to think or work on it(installation of servers) so I am asking to the Gurus :).
I want to know how an SSIS package executes when different types of installations for SSIS and SQL server are done .
I will write down the scenarios:
1. when sql server and SSIS is installed on the same physical server. and they are the default instance on the server .
2. when sql server is a default instance and ssis is a named instance or vide versa but they are on the same physical server.
3.when sql server and ssis server are installed on different servers and the packages are run on ssis server using sql agent job from an instance which is installed on ssis server.
Please Guide me to what are the drawbacks and benefits of such configurations .