not really.
The values in the package will be those from design time unless you save back the package after altering the variables.
The thing to do is log the result (what you want the package running later to use) to a storage location (SQL Server table, ini
fille etc etc) and have the package read it from there
--
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - SQL Server 2005 Integration Services.
www.Konesans.com [quoted text, click to view] "Mike Donnelly" <MikeDonnelly@discussions.microsoft.com> wrote in message news:12DDB0DF-A16D-4CD3-A5A6-223A973685B9@microsoft.com...
> Is it possable to update a Global variable in another DTS package that is to
> run later from a stored procedure that is running in a package now
>
> Thank you