Search Suggest

CONNECTION MANAGER
CONNECTION MANAGER

Create your own custom connection manager

Case I want to create my own custom SSIS Connection Manager with a GUI. How do you do that? Solution A custom connection manager is only for storing …

SSIS OLEDB or ODBC

Case A while ago I read this MSDN Blog post that stated that (short version) OLE DB is outdated and we should all use ODBC again. SQL 2012 will be t…

Loop through all connection managers

Case I want log all my connection managers, delete all my excel files, check whether my flat files exists. And I don't want to add task for all o…