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
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 Use SSIS package to run JAVA code

Author  Topic 

vithaljs
Starting Member

12 Posts

Posted - 2010-12-29 : 02:53:21
Hi,

Can we integrate the SSIS with JAVA application?
i'm trying to integrate the java application to existing SSIS. Is it possible? If yes, then how can one do that??



vithal

latch
Yak Posting Veteran

62 Posts

Posted - 2010-12-30 : 09:48:57
Hi,

I think Execute Process task & BCP are used to execute java related files.



Thanks,
latch.
Go to Top of Page

sunilenugala
Starting Member

1 Post

Posted - 2013-06-05 : 02:40:37
We can process Java Class/rar file in three different ways...

Please go through my blog link to know about the process.

msbimentalist.wordpress.com

Regards
Sunil reddy enugala
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-06-05 : 02:45:39
Unless there is a compelling reason like some data manipulations etc you dont need SSIS for this.
You can very well write a batch file for processing java app from commandline for that.

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

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-06-05 : 02:52:42
Also batch scripts can be scheduled from SQL Server agent/windows scheduler for automated execution.

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

- Advertisement -