Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Services / Integration Services / February 2010

Tip: Looking for answers? Try searching our database.

SSIS Package Prompt Question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
CSwartz - 08 Feb 2010 18:16 GMT
Is it possible for a SSIS pacakge to prompt for a parameter/variable before
running?

Thanks.
Bob Barrows - 08 Feb 2010 18:34 GMT
> Is it possible for a SSIS pacakge to prompt for a parameter/variable
> before running?

No, packages are intended to run without user intervention. But it is
possible for a program to prompt for a value and pass it to the package
when it executes the package via dtsexec.exe .....
Signature

HTH,
Bob Barrows

Gennadi Gretchkosiy - 08 Feb 2010 23:18 GMT
It is possible but rather then "before" - "during" package run. You can use
Script task for this. But this looks not very usefull from point of view of
purpose SSIS packages are used.

Regards,
Gennadi

> Is it possible for a SSIS pacakge to prompt for a parameter/variable before
> running?
>
> Thanks.
Bob Barrows - 09 Feb 2010 14:25 GMT
Really? I'll have to try that. I was assuming that Inputbox and MsgBox
functionality was not available in a package.

I now see I was wrong. Both commands are available and work.

> It is possible but rather then "before" - "during" package run. You
> can use Script task for this. But this looks not very usefull from
[quoted text clipped - 7 lines]
>>
>> Thanks.

Signature

HTH,
Bob Barrows

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.