How to add dll (Task) to Toolbox in ssis
Please find the details
Folder Name:"C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Tasks"
BIDS : 2008 Version
DLL Name:Microsoft.SqlServer.TableTransferGeneratorTask.dll These steps
I have adready did but no luck :)
1)I have deployed to GAC
2) The dll is already exist in folder C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Tasks C:\Program Files\Microsoft SQL Server\100\DTS\Tasks
3) But when ever I tried to add this task to TOOLBOX in BIDS, this dll is not visible in "SSIS Control Flow Items" Please help me
4) This task will load the for multiple tables without creating multiple source and target components
5)NO of tables loading depend on configured XML file(which contains how many tables you want to load)
Note: its not a 3rd party task,and this task is provided by MIcrosoft