dbTalk Databases Forums  

Execute SSIS package from a sql stored procedure

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Execute SSIS package from a sql stored procedure in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #21  
Old   
Tomasz Borawski
 
Posts: n/a

Default RE: Execute SSIS package from a sql stored procedure - 05-02-2008 , 09:18 AM






I would not recommend xp_cmdexec. You might create deadlock, your process is
also waiting, and your server become open for attack.

Try to crete the job and use sp_start_job to start the job.

Tomasz B.

"Jack" wrote:

Quote:
How can I execute a SSIS package from a stored procedure?
Thank you.

Reply With Quote
  #22  
Old   
Tomasz Borawski
 
Posts: n/a

Default RE: Execute SSIS package from a sql stored procedure - 05-02-2008 , 09:18 AM






I would not recommend xp_cmdexec. You might create deadlock, your process is
also waiting, and your server become open for attack.

Try to crete the job and use sp_start_job to start the job.

Tomasz B.

"Jack" wrote:

Quote:
How can I execute a SSIS package from a stored procedure?
Thank you.

Reply With Quote
  #23  
Old   
Tomasz Borawski
 
Posts: n/a

Default RE: Execute SSIS package from a sql stored procedure - 05-02-2008 , 09:18 AM



I would not recommend xp_cmdexec. You might create deadlock, your process is
also waiting, and your server become open for attack.

Try to crete the job and use sp_start_job to start the job.

Tomasz B.

"Jack" wrote:

Quote:
How can I execute a SSIS package from a stored procedure?
Thank you.

Reply With Quote
  #24  
Old   
Tomasz Borawski
 
Posts: n/a

Default RE: Execute SSIS package from a sql stored procedure - 05-02-2008 , 09:18 AM



I would not recommend xp_cmdexec. You might create deadlock, your process is
also waiting, and your server become open for attack.

Try to crete the job and use sp_start_job to start the job.

Tomasz B.

"Jack" wrote:

Quote:
How can I execute a SSIS package from a stored procedure?
Thank you.

Reply With Quote
  #25  
Old   
Tomasz Borawski
 
Posts: n/a

Default RE: Execute SSIS package from a sql stored procedure - 05-02-2008 , 09:18 AM



I would not recommend xp_cmdexec. You might create deadlock, your process is
also waiting, and your server become open for attack.

Try to crete the job and use sp_start_job to start the job.

Tomasz B.

"Jack" wrote:

Quote:
How can I execute a SSIS package from a stored procedure?
Thank you.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.