Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 custom task

Author  Topic 

chbala85
Starting Member

49 Posts

Posted - 2013-07-01 : 02:40:14
Hi,

please provide some example with custom task in ssis package. In my old package having custom task but i didnot know how to open and what code written .

please tell me any example with step by step ........


Thanks,
krsh

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-07-01 : 02:43:17
you need to have the assembly (dll) registered in local machine/server where you use it. Also you need to add it to GAC (Global Assemble Cache) if you want to get task listed automatically in your toolbox.


http://blogs.msdn.com/b/mattm/archive/2008/07/18/creating-a-custom-task-with-a-default-ui.aspx

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -