I am on SQL Server 2008
My Data center has installed sql server on a windows server (call it db server) which includes integration services
Now I have BIDS and SQL Server SSMS installed on another windows server where I am developing SSIS packages... (call it db client)
I am not storing any SSIS packages on db server. SSIS packages will be on my DB client and executed from there.
Currently I am using Flat file sources and flat file destination on db client.
).
What needs to be installed (like Microsoft Excel..) on db server and db client to be use Excel Source and Excel destination. I am not interested in viewing Excel file on client (because that I can do on my PC). I and not storing any SSIS packages on db server. SSIS packages will be on my DB client and executed from there.